Home

Awesome

PVN3D

This is the official source code for PVN3D: A Deep Point-wise 3D Keypoints Voting Network for 6DoF Pose Estimation, CVPR 2020. (PDF, Video_bilibili, Video_youtube).

<div align=center><img width="60%" height="60%" src="pictures/intro.gif"/></div>

News

Installation

Datasets

Training and evaluating

Training on the LineMOD Dataset

Evaluating on the LineMOD Dataset

Demo/visualizaion on the LineMOD Dataset

Training on the YCB-Video Dataset

Evaluating on the YCB-Video Dataset

Demo/visualizaion on the YCB-Video Dataset

Results

Adaptation to New Dataset

  cd lib/utils/dataset_tools/fps/
  python3 setup.py build_ext --inplace
  cd ../
  python3 gen_obj_info.py --help

Citations

Please cite PVN3D if you use this repository in your publications:

@InProceedings{He_2020_CVPR,
author = {He, Yisheng and Sun, Wei and Huang, Haibin and Liu, Jianran and Fan, Haoqiang and Sun, Jian},
title = {PVN3D: A Deep Point-Wise 3D Keypoints Voting Network for 6DoF Pose Estimation},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}