leoxiaobin / deep-high-resolution-net.pytorch

The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
https://jingdongwang2017.github.io/Projects/HRNet/PoseEstimation.html
MIT License
4.31k stars 908 forks source link

Training on COCO dataset #301

Open anas-zafar opened 1 year ago

anas-zafar commented 1 year ago

Thank you for the amazing work! I am trying to train the model on Coco dataset on two Gpus. As soon the images are loaded my machine goes into an unresponsive stage. I am using python 3.9, pytorch 1.11.0, tensorboardX= 2.1, no_of_workers=12, Batch_Size_Per_GPU = 16. Could you please guide me what could be causing this issue. Thanks

doublemanyu commented 10 months ago

Thank you for the amazing work! I am trying to train the model on Coco dataset on two Gpus. As soon the images are loaded my machine goes into an unresponsive stage. I am using python 3.9, pytorch 1.11.0, tensorboardX= 2.1, no_of_workers=12, Batch_Size_Per_GPU = 16. Could you please guide me what could be causing this issue. Thanks

Hi, there. How did you get the annotaitons file "person_keypoints_train2017.json" and " person_keypoints_val2017.json"?

Jll0716 commented 4 months ago

Thank you for the amazing work! I am trying to train the model on Coco dataset on two Gpus. As soon the images are loaded my machine goes into an unresponsive stage. I am using python 3.9, pytorch 1.11.0, tensorboardX= 2.1, no_of_workers=12, Batch_Size_Per_GPU = 16. Could you please guide me what could be causing this issue. Thanks

Hi, there. How did you get the annotaitons file "person_keypoints_train2017.json" and " person_keypoints_val2017.json"?

Did you get them?