Update README.md
Browse files
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/
|
| 49 |
-
noisy_path = "your_path/
|
| 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
|