Skip to content

Commit

Permalink
Update Real_captured.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyricccco authored Nov 11, 2024
1 parent cf494cf commit 8e444fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Real_captured.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
- If you'd like to validate directly on real-captured images, open the `DualDn_Big.yml` file, set `mode` in `datasets/val/Real_captured` to `true` and set `mode` in `datasets/val/Synthetic` to `false`.
- We recommend evaluating on real-captured images after training using the following test or inference code.
4. Find the validation results in `'./experiments'`
4. Find the training results in `'./experiments'`
## Test
Expand All @@ -74,7 +74,7 @@
python test_dualdn.py -opt ./experiments/DualDn_Big/DualDn_Big.yml --num_iters 300000 --val_datasets Real_captured
```
3. Find the test results in `'./results'`
3. Find the testing results in `'./results'`
## Inference
Expand All @@ -93,7 +93,7 @@
python inference_dualdn.py -opt ./options/DualDn_Big.yml --pretrained_model ./pretrained_model/DualDn_Big.pth --val_datasets Real_captured
```
6. Find the inference results in `'./results'`
6. Find the inferencing results in `'./results'`
- Toy example for inference:
Expand Down

0 comments on commit 8e444fd

Please sign in to comment.