Skip to content

Commit 316076c

Browse files
committed
‘'resize'
1 parent 804f3e8 commit 316076c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ python demo/demo_train_miml_vgg.py
7777
## Visualization
7878

7979
If you want to Visualize the MIML analysis for the n-th image in the test set,
80-
run the command below: (here n is 2)
80+
run the command below: (here n is the first 2 test data)
8181

8282

83-
(--data 2 means use the 2nd image in the coco validatation dataset.)
83+
(--data N means use the N-th image in the coco validatation dataset.)
8484

8585

8686

@@ -92,15 +92,15 @@ It will produce 2 visualization per test sample: (as illustrated in the original
9292

9393
The result for the first image:
9494

95-
![1-analysis](1-analysis.jpeg)
95+
![result1](result1.jpg)
9696

97-
![1-result](1-result.jpg)
97+
9898

9999
The result for the second image:
100100

101-
![2-analysis](2-analysis.jpeg)
101+
![result2](result2.JPG)
102102

103-
![2-result](2-result.jpg)
103+
104104

105105

106106
## Result Evaluation

result1.jpg

110 KB
Loading

result2.JPG

101 KB
Loading

0 commit comments

Comments
 (0)