Superlee506 / Mask_RCNN_Humanpose

Mask R-CNN for Human Pose Estimation on Keras and TensorFlow.
Other
189 stars 36 forks source link

how to train my own dataset #20

Closed zxczhkzxc closed 5 years ago

zxczhkzxc commented 6 years ago

hello, i want to use this probject to train my own dataset,what tools can i use to mark my dataset? via? or others? the second problem is what i marked my dataset, whether i should convert it to some format?

Superlee506 commented 5 years ago

@zxczhkzxc Hi, sorry for my late reply. You can use Label me to annotate your own datas, and refers to https://github.com/Superlee506/Mask_RCNN_Humanpose/blob/master/coco.py to prepare your dataset.