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

Few questions regarding the dataset and training #3

Closed Holiday888 closed 1 year ago

Holiday888 commented 1 year ago

Thank you for your excellent work. I have a few questions regarding this repository.

Firstly, I was wondering if you could provide the training steps for the baseline model.

Secondly, I encountered an issue with the image training set "nusar-2021_action_both_9075-c08b_9075_user_id_2021-02-12_101609.tar.gz". It appears that there is an error when trying to decompress the file.

Lastly, I noticed that in the "dataset.py" file, the package "src.common.utils" is referenced, but it seems that the package is not included in this repository.

kunhe commented 1 year ago

hi, thanks for pointing it out. Indeed this tar file was not uploaded correctly. We're at CVPR this week so it's a bit hard to re-upload. Will do it by this weekend.

tkhkaeio commented 10 months ago

Please follow the training protocol from InterHands and the utils are already updated.