facebookresearch / assemblyhands-toolkit

AssemblyHands Toolkit is a Python package that provides data loader, visualization, and evaluation tools for the AssemblyHands dataset (CVPR 2023).
Other
91 stars 3 forks source link

To visualize... #10

Closed taehyeong1001 closed 2 months ago

taehyeong1001 commented 10 months ago

After validation, how and how do I visualize the results?

tkhkaeio commented 10 months ago

Please follow the function that visualizes given keypoints in camera and image coords. https://github.com/facebookresearch/assemblyhands-toolkit/blob/ad20e4a37ec0bcde1f4e13338f6c25ef5ce25712/src/dataset/AssemblyHands-Ego/dataset.py#L354

taehyeong1001 commented 10 months ago

The baseline's MPJPE result is over 100, does this mean the model is not trained? 00

tkhkaeio commented 10 months ago

I got a report for such behavior. IIRC, the running evaluation with 'train.py' has some bugs, but you may get correct results with 'test.py'. So, give me some time to fix it. Or if you resolve it, please do PR.