Skip to content

Commit e558879

Browse files
author
Depu Meng (FA Talent)
committed
modified plot scripts
1 parent 746937e commit e558879

9 files changed

+3
-262
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -225,22 +225,15 @@ python tools/train.py \
225225

226226
```
227227
python visualization/plot_coco.py \
228-
--prediction [your/prediction/path.json] \
229-
--save-path [your/path/to/save/figures]
228+
--prediction output/coco/w48_384x288_adam_lr1e-3/results/keypoints_val2017_results_0.json \
229+
--save-path visualization/results
230230
231231
```
232-
#### Visualizing predictions on MPII test
233-
234-
```
235-
python visualization/plot_mpii.py \
236-
--prediction [your/prediction/path.mat] \
237-
--save-path [your/path/to/save/figures]
238-
```
239232

240233

241234
<img src="figures\visualization\coco\score_610_id_2685_000000002685.png" height="215"><img src="figures\visualization\coco\score_710_id_153229_000000153229.png" height="215"><img src="figures\visualization\coco\score_755_id_343561_000000343561.png" height="215">
242235

243-
<img src="figures\visualization\mpii\id_0.png" height="178.1"><img src="figures\visualization\mpii\id_54.png" height="178.1"><img src="figures\visualization\mpii\id_566.png" height="178.1">
236+
<img src="figures\visualization\coco\score_755_id_559842_000000559842.png" height="209"><img src="figures\visualization\coco\score_770_id_6954_000000006954.png" height="209"><img src="figures\visualization\coco\score_919_id_53626_000000053626.png" height="209">
244237

245238
### Other applications
246239
Many other dense prediction tasks, such as segmentation, face alignment and object detection, etc. have been benefited by HRNet. More information can be found at [High-Resolution Networks](https://github.com/HRNet).
Loading
Loading
Loading
Loading

figures/visualization/mpii/id_0.png

-1.01 MB
Binary file not shown.

figures/visualization/mpii/id_54.png

-2.71 MB
Binary file not shown.

figures/visualization/mpii/id_566.png

-322 KB
Binary file not shown.

visualization/plot_mpii.py

-252
This file was deleted.

0 commit comments

Comments
 (0)