Imad

Results 15 comments of Imad

This is the code I'm using to generate visualizations for the **MuCo** dataset, I took one person from an image, but OpenCV does not generate any **keypoints** on the original...

Thanks! Indeed, it was a mistake. I don't have to transform it. But for 3D visualization is still not working properly. Do I need to transform coordinates of **dataset[n]["joint_cam"]** in...

Thanks for your feedback! I have tried that and it did not work, here below my used code. ` # Convert from relative to absolute depth pose_3d = dataset[n]["joint_img"] #pose_3d[:,0]...

If you mean adding depth to Z-axis! Yeah, I tried it as well. Also, visualizing "joint_cam" which is the coordinates with respect to the camera directly, but both do not...

Yes, I tried that. It did not work! Please, if someone has successfully visualized MuCo poses, share the code. with us Thanks !

Hi, Great work, and wonderful repos! Could you please share with us how you generated JSON file (bbox and root-joint) for MuPoTS dataset, since MuPoTS evaluation dataset is structured such...

I'm interested of taking the bbox and root-joint details about a specfic image from MuPoTS dataset, which you provided on this JSON file: [https://drive.google.com/drive/folders/1y0NM6dBbfQgOTRQ6t-V6qdvIt2J6rndS]. But JSON file has only the...

Thanks a lot ! it solved the issue I'm quite new to pose estimation field, I'm having a hard time to understand why did you multiply by a tensor (Torch.arange)...

Hi, I'm wondering about the cropped image fed to the model after extracting the person for the MuCo dataset. I have noticed that the given size is so big [width...

Hi, Wonderful work, and thanks for sharing the code. I'm working on training the model with log loss to estimate uncertaitny. But, i'm facing the exploding gradient issue. Have you...