Skip to content

Commit 9ab1d4e

Browse files
author
Depu Meng (FA Talent)
committed
rename visualize to visualization
1 parent 20f53d6 commit 9ab1d4e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

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

226226
```
227-
python visualize/plot_coco.py \
227+
python visualization/plot_coco.py \
228228
--prediction [your/prediction/path.json] \
229229
--save-path [your/path/to/save/figures]
230230
231231
```
232232
#### Visualizing predictions on MPII test
233233

234234
```
235-
python visualize/plot_mpii.py \
235+
python visualization/plot_mpii.py \
236236
--prediction [your/prediction/path.mat] \
237237
--save-path [your/path/to/save/figures]
238238
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)