└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # 6 DoF estimation network 2 | 3 | The Repo is no longer maintained, we have migrated the code to 4 | 5 | https://github.com/stevenwudi/Kaggle_PKU_Baidu 6 | 7 | It has better configuration file and improved documentation. 8 | 9 | 10 | ## Citation 11 | 12 | 13 | ``` 14 | @InProceedings{Wu_2019_CVPR_Workshops, 15 | author = {Wu, Di and Zhuang, Zhaoyong and Xiang, Canqun and Zou, Wenbin and Li, Xia}, 16 | title = {6D-VNet: End-To-End 6-DoF Vehicle Pose Estimation From Monocular RGB Images}, 17 | booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops}, 18 | month = {June}, 19 | year = {2019} 20 | ``` 21 | --------------------------------------------------------------------------------