pytorch_Realtime_Multi-Person_Pose_Estimation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
Generation of mask png files
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.
Hi, @Vaufreyd The mask generated by using original genCOCOMask.m. :)
Thank you. I regenerate them.
where are the png mask files? is there a download link? thanks!
I download 'mask2014/val2014/mask_COCO_val2014_' + img_idx + 'jpg' but the code needs 'mask2014/val2014_mask_miss_' + img_idx + 'png'
I am wondering how I can generate the mask file if I don't have access to Matlab?