Skip to content

Commit 0afc286

Browse files
authored
Update README.md
1 parent 7d4518c commit 0afc286

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
To install dependencies:
4545

46-
```setup
46+
```bash
4747
pip install -r requirements.txt
4848
```
4949

@@ -65,19 +65,19 @@ python run.py -p train -c config/ours_sigmoid.json
6565

6666
<!-- >📋 Describe how to train the models, with example commands on how to train the models in your paper, including the full training procedure and appropriate hyperparameters. -->
6767

68-
## Test
68+
## Testing
6969

7070
To test the pre-trained models in the paper, run these commands:
7171

72-
```test
72+
```bash
7373
python run.py -p test -c config/ours_sigmoid.json
7474
```
7575

7676
## Evaluation
7777

7878
To evaluate my models on two datasets, run:
7979

80-
```eval
80+
```bash
8181
python evaluation/eval.py -s [ground-truth image path] -d [predicted-sample image path]
8282
```
8383

0 commit comments

Comments
 (0)