We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f53d6 commit 9ab1d4eCopy full SHA for 9ab1d4e
README.md
@@ -224,15 +224,15 @@ python tools/train.py \
224
#### Visualizing predictions on COCO val
225
226
```
227
-python visualize/plot_coco.py \
+python visualization/plot_coco.py \
228
--prediction [your/prediction/path.json] \
229
--save-path [your/path/to/save/figures]
230
231
232
#### Visualizing predictions on MPII test
233
234
235
-python visualize/plot_mpii.py \
+python visualization/plot_mpii.py \
236
--prediction [your/prediction/path.mat] \
237
238
visualize/plot_coco.py visualization/plot_coco.py
visualize/plot_mpii.py visualization/plot_mpii.py
0 commit comments