Hello, welcome to our project repository!
To access our dataset, please visit this Google Drive link.
To view samples from our dataset, use the following command:
python visData.py
To extract SMPL parameters of human skeleton motion:
Download the dataset and place it in the ./data/
directory.
Follow the configuration settings in render_mesh.py
.
Run the following command to utilize SMPLify (SMPLify website) for extracting SMPL parameters.
(This process may be time-consuming)
python render_mesh.py
The SMPL meshes and parameters will be saved in ./data/SAMPLE_NAME/SMPL_result/
.
To view the SMPL joint motions, use:
python visData.py --smpl_joint True
Included in this repository is a basic simulator for testing the physical properties of various object layouts. Run it using:
python Simulator/Simulate_Demo.py
Stay tuned for more materials and updates to this project.