Skip to content

Commit 20f53d6

Browse files
author
Depu Meng (FA Talent)
committed
added visualization codes
1 parent f419b92 commit 20f53d6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,17 @@ python tools/train.py \
224224
#### Visualizing predictions on COCO val
225225

226226
```
227-
python visualize/plot_coco.py --prediction [your/prediction/path.json]
227+
python visualize/plot_coco.py \
228+
--prediction [your/prediction/path.json] \
229+
--save-path [your/path/to/save/figures]
230+
228231
```
229232
#### Visualizing predictions on MPII test
230233

231234
```
232-
python visualize/plot_mpii.py --prediction [your/prediction/path.mat]
235+
python visualize/plot_mpii.py \
236+
--prediction [your/prediction/path.mat] \
237+
--save-path [your/path/to/save/figures]
233238
```
234239

235240

0 commit comments

Comments
 (0)