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

Generation of mask png files

Open Vaufreyd opened this issue 6 years ago • 5 comments

Hello,

First, thank you for sharing your pytorch source code.

Could you provide clues about the png mask files you are using in your training? Are they generated using the original genCOCOMask.m from the original repo? If not, could you please share the script to generate it?

Best regards.

Vaufreyd avatar Sep 11 '18 10:09 Vaufreyd

Hi, @Vaufreyd The mask generated by using original genCOCOMask.m. :)

tensorboy avatar Sep 11 '18 16:09 tensorboy

Thank you. I regenerate them.

Vaufreyd avatar Sep 12 '18 17:09 Vaufreyd

where are the png mask files? is there a download link? thanks!

lilichu avatar Dec 23 '18 12:12 lilichu

I download 'mask2014/val2014/mask_COCO_val2014_' + img_idx + 'jpg' but the code needs 'mask2014/val2014_mask_miss_' + img_idx + 'png'

lilichu avatar Dec 23 '18 12:12 lilichu

I am wondering how I can generate the mask file if I don't have access to Matlab?

honglongcai avatar Jan 22 '19 05:01 honglongcai