Skip to content

Code for "VI-Net: Boosting Category-level 6D Object Pose Estimation via Learning Decoupled Rotations on the Spherical Representations"

License

Notifications You must be signed in to change notification settings

JiehongLin/VI-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VI-Net

Code for "VI-Net: Boosting Category-level 6D Object Pose Estimation via Learning Decoupled Rotations on the Spherical Representations", ICCV 2023. [Arxiv]

Created by Jiehong Lin, Zewei Wei, Yabin Zhang, Kui Jia.

image

Requirements

The code has been tested with

  • python 3.7.6
  • pytorch 1.9.0
  • CUDA 11.3

Other dependencies:

sh dependencies.sh

Data Processing

Please refer to our another work of Self-DPDN.

Model and Result Download

The trained models and test results are provided here.

Network Training

Train VI-Net for rotation estimation:

python train.py --gpus 0 --dataset ${DATASET} --mode r

Train the network of pointnet++ for translation and size estimation:

python train.py --gpus 0 --dataset ${DATASET} --mode ts 

The string "DATASET" could be set as DATASET=REAL275 or DATASET=CAMERA25.

Evaluation

To test the model, please run:

python test.py --gpus 0 --dataset ${DATASET}

The string "DATASET" could be set as DATASET=REAL275 or DATASET=CAMERA25.

Citation

If you find our work useful in your research, please consider citing:

@inproceedings{lin2023vi,
  title={Vi-net: Boosting category-level 6d object pose estimation via learning decoupled rotations on the spherical representations},
  author={Lin, Jiehong and Wei, Zewei and Zhang, Yabin and Jia, Kui},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={14001--14011},
  year={2023}
}

Acknowledgements

Our implementation leverages the code from NOCS, DualPoseNet, and SPD.

License

Our code is released under MIT License (see LICENSE file for details).

Contact

[email protected]

About

Code for "VI-Net: Boosting Category-level 6D Object Pose Estimation via Learning Decoupled Rotations on the Spherical Representations"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published