Code for the Distributional Depth-Based Estimation of Object Articulation Models paper presented at the 5th Annual Conference on Robot Learning (CoRL), 2021. Full paper available here. [Project webpage]
conda env create -f env.yaml
conda activate dustnet
cd /path/to/the/repository/
python evaluate_model.py --model-dir <pretrained-model-dir> --model-name <model-name> --test-file <test-dir-name> --model-type <vm-ortho, vm-st, vm-st-svd> --output-dir <output-dir>
- Generate dataset using our fork of the Synthetic articulated dataset generator from here.
- Run the following command to train DUST-net on the generated datasets
TO BE INCLUDED SOON
In case of any questions or queries, please feel free to contact Ajinkya Jain.