We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd25f4e commit ba7bf59Copy full SHA for ba7bf59
config/configs.yml
@@ -1,5 +1,5 @@
1
platform:
2
- filename: Indoor1_2592x1536_10bit_GRBG.raw
+ filename: ColorChecker_2592x1536_10bit_GRBG.raw
3
disable_progress_bar: false
4
leave_pbar_string: false
5
save_lut: false
isp_pipeline.py
@@ -9,7 +9,7 @@
9
from infinite_isp import InfiniteISP
10
11
CONFIG_PATH = "./config/configs.yml"
12
-RAW_DATA = "./in_frames/normal/data"
+RAW_DATA = "./in_frames/normal"
13
FILENAME = None
14
15
if __name__ == "__main__":
0 commit comments