last-one / Pytorch_Realtime_Multi-Person_Pose_Estimation

Pytorch version of Realtime Multi-Person Pose Estimation project
MIT License
216 stars 70 forks source link

Is mask important? #8

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, I want to run train-code with my training datasets, but I don't have mask-data (I have only input-image, key-points and center-position ). Is mask important ?

Thank you for your replying.

last-one commented 6 years ago

Not essential, I think. If you don't have mask-data, you can delete the code about the mask(run faster) or fill the mask matrix with one(don't need to modify the code).

ghost commented 6 years ago

Thanks for your quick response.