BobShih1008 commited on
Commit
e08e2a6
·
verified ·
1 Parent(s): 46c1728

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,8 +45,8 @@ To load the dataset, use the provided `dataloader_raw.py` script. Below is an ex
45
 
46
  ```python
47
  # Example usage of dataloader_raw.py
48
- gt_path = "your_path/ambaraw_20240111/RAW/gt/"
49
- noisy_path = "your_path/ambaraw_20240111/RAW/noisy/"
50
  dataset = loadnpy(gt_path, noisy_path)
51
  ```
52
  Contact
 
45
 
46
  ```python
47
  # Example usage of dataloader_raw.py
48
+ gt_path = "your_path/sony_IMX678_20240111/RAW/gt/"
49
+ noisy_path = "your_path/sony_IMX678_20240111/RAW/noisy/"
50
  dataset = loadnpy(gt_path, noisy_path)
51
  ```
52
  Contact