Skip to content

Commit ba7bf59

Browse files
committed
updated raw data path
1 parent cd25f4e commit ba7bf59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/configs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform:
2-
filename: Indoor1_2592x1536_10bit_GRBG.raw
2+
filename: ColorChecker_2592x1536_10bit_GRBG.raw
33
disable_progress_bar: false
44
leave_pbar_string: false
55
save_lut: false

isp_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from infinite_isp import InfiniteISP
1010

1111
CONFIG_PATH = "./config/configs.yml"
12-
RAW_DATA = "./in_frames/normal/data"
12+
RAW_DATA = "./in_frames/normal"
1313
FILENAME = None
1414

1515
if __name__ == "__main__":

0 commit comments

Comments
 (0)