Skip to content

Commit 6e5312f

Browse files
committed
add docs - MPII visualization
1 parent d7a59c6 commit 6e5312f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensorlayer/visualize.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def draw_mpii_people_to_image(image, peoples, save_name='image.png'):
231231
-----------
232232
image : numpy.array
233233
The RGB image [height, width, channel].
234-
people :
234+
people : list of dict
235+
The people(s) annotation in MPII format, see ``tl.files.load_mpii_pose_dataset``.
235236
save_name : None or str
236237
The name of image file (i.e. image.png), if None, not to save image.
237238

0 commit comments

Comments
 (0)