We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f419b92 commit 20f53d6Copy full SHA for 20f53d6
README.md
@@ -224,12 +224,17 @@ python tools/train.py \
224
#### Visualizing predictions on COCO val
225
226
```
227
-python visualize/plot_coco.py --prediction [your/prediction/path.json]
+python visualize/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
-python visualize/plot_mpii.py --prediction [your/prediction/path.mat]
235
+python visualize/plot_mpii.py \
236
+ --prediction [your/prediction/path.mat] \
237
238
239
240
0 commit comments