BobShih1008 commited on
Commit
38a71fa
·
1 Parent(s): f489417

Update dataloader_raw.py

Browse files
Files changed (1) hide show
  1. dataloader_raw.py +2 -2
dataloader_raw.py CHANGED
@@ -31,6 +31,6 @@ class loadnpy:
31
 
32
 
33
  if __name__ == "__main__":
34
- gt_path = "your_path/ambaraw_20240111/RAW/gt/"
35
- noisy_path = "your_path/ambaraw_20240111/RAW/noisy/"
36
  dataset = loadnpy(gt_path, noisy_path)
 
31
 
32
 
33
  if __name__ == "__main__":
34
+ gt_path = "your_path/sony_IMX678_20240111/RAW/gt/"
35
+ noisy_path = "your_path/sony_IMX678_20240111/RAW/noisy/"
36
  dataset = loadnpy(gt_path, noisy_path)