Pytorch_Realtime_Multi-Person_Pose_Estimation
Pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard
Could tell me the reason why you changed the joint sequences from openpose
No reason. The order is not important.
Thanks. But I have another question. I think the preprocessing file 'generate_json_mask.py' doesn't not generate a masklist txt. After that, you try to use this '/home/code/panhongyu/datasets/coco/masklist/train2017.txt', which seems not exist.
Yes, you're right. I forgot to write it.
Besides abovementioned, I tried the code in visualize_input.ipynb. It seems that the CocoFolder.py doesn't generate correct heatmaps. Is that my problem or maybe your code of Mytransforms.py doesn't coordinate with the lateset version? Thanks for you reply!
Sorry. Forgot to update the file. Updated now.
@last-one Hi, train2017.txt seems not exists, how do I generate it?