facebookresearch / assemblyhands-toolkit

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

Does the current data matches the results in Table 4 of the CVPR 2023 paper? #17

Closed ZYX-MLer closed 5 months ago

ZYX-MLer commented 6 months ago

Does the current data matches the results in Table 4 of the CVPR 2023 paper? Is this database manually labeled or automatically labeled?

tkhkaeio commented 5 months ago

There are implementation gaps between the paper report and this repo. In this codebase, 1) val and test splits are different from the original paper. 2) public code is prepared using the InterHand repo, while the original implementation for the paper report is based on nonidentical internal code.