Most recent 6D object pose methods use 2D optical flow to refine their results. However, the general optical flow methods typically do not consider the target’s 3D shape information during matching, making them less effective in 6D object pose estimation. In this work, we propose a shape-constraint recurrent matching framework for 6D ob- ject pose estimation.
Installation
This code has been tested on a ubuntu 18.04 server with CUDA 11.3
Install necessary packages by pip install -r requirements.txt
We put the pretrained models under different training settings at here.
Citation
If you find our project is helpful, please cite:
@inproceedings{yang2023scflow,
title={Shape-Constraint Flow for 6D Object Pose Estimation},
author={Yang, Hai and Rui, Song and Jiaojiao, Li and Yinlin, Hu},
booktitle={Proceedings IEEE Conf. on Computer Vision and Pattern Recognition (CVPR)},
year={2023}}
Acknowledgement
We build this project based on mmflow, GDR-Net, and PFA. We thank the authors for their great code repositories.