Open zhoubohan0 opened 5 months ago
BTW, an email was delivered. Look for your reply!
Hi, zhoubohan0:
For hand-object motion visualization, please use the command in "README.md":
python visualization.py --dataset_root <dataset root directory> --object_model_root <object model root directory> --triplet <triplet name> --sequence_name <sequence name> --save_path <path to save the visualization result> --device <device for the rendering process>
The <dataset root directory>
is the root directory, which includes subfolders named "Hand_Poses", "Object_Poses", "Object_Models", "Allocentric_RGB_Videos", "Egocentric_RGB_Videos", "Egocentric_Depth_Videos".
The <object model root>
is the path of the "Object_Models" folder, including 206 OBJ files.
Thank you for your feedback, we will add the data organization information in "README.md".
The pickle files can be loaded using the following command:
import pickle
data = pickle.load(open("left_hand.pkl", "rb"))
The allocentric videos and hand-object poses of the whole dataset are post-processing. We will release them soon.
I'd like to run visualization.py but surprisingly found that the pre-released dataset doesn't match the codes.