UsamaShaikh1

Results 6 issues of UsamaShaikh1

Hello, i am encountering an error during training. I am using the following training command ./scripts/train.sh ./configs/coco/resnet/256x192_res50_lr1e-3_1x.yaml exp_fastpose The following is the error Traceback (most recent call last): File "./scripts/train.py",...

Hello @Shimingyi, Great work on this paper and code, I was stuck at training on different videos as I don't have joint angles, can you please guide me how to...

Hello, Thanks for the excellent work. I had a question regarding the alphapose model. Can you please point me out whether the 2D model that you are using is provided...

Hello, since i am using a custom dataset with different number of joints i was wondering whether i can use a different forward kinematics code to compute joints after predicting...

Hi, I am trying the code base with a custom dataset with a different number of keypoints. But the model for some reason not learning angles and even after 300...

Hello, i am looking to parallel train my model using multi gpu, can you please guide me regarding this. Thank you @BrianG13