Pytorch_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
Pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard

Is mask important?

Open ghost opened this issue 6 years ago • 2 comments

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.

ghost avatar Dec 07 '17 05:12 ghost

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).

last-one avatar Dec 07 '17 05:12 last-one

Thanks for your quick response.

ghost avatar Dec 07 '17 05:12 ghost