Skip to content

Commit 4d9882a

Browse files
committed
'typo'
1 parent 316076c commit 4d9882a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,16 @@ If you want to Visualize the MIML analysis for the n-th image in the test set,
8080
run the command below: (here n is the first 2 test data)
8181

8282

83-
(--data N means use the N-th image in the coco validatation dataset.)
84-
85-
86-
8783
```
8884
python demo/demo_vis_miml_vgg.py --model outputs/coco_2014_train/miml_vgg_16 --data 1
8985
python demo/demo_vis_miml_vgg.py --model outputs/coco_2014_train/miml_vgg_16 --data 2
9086
```
87+
88+
It means, use the model in outputs/coco_2014_train/miml_vgg_16 (--model),
89+
90+
and test it on the test set. (--data N means use the N-th image in the coco validatation dataset.)
91+
92+
9193
It will produce 2 visualization per test sample: (as illustrated in the original paper)
9294

9395
The result for the first image:

0 commit comments

Comments
 (0)