CPPF / README.md
qq456cvb's picture
Add CPPF training and evaluation data
84bb072 verified
|
Raw
History Blame Contribute Delete
1.74 kB
metadata
license: mit
task_categories:
  - other
tags:
  - pose-estimation
  - point-cloud
  - 3d
  - cvpr2022
pretty_name: CPPF Training and Evaluation Data

CPPF: Towards Robust Category-Level 9D Pose Estimation in the Wild — Data

Auxiliary training and evaluation data for CPPF (CVPR 2022).

Contents

Path Size Description
laptop.zip ~1.1 GB Blender physically rendered laptop images, used to train the auxiliary lid/keyboard-base segmentation network (train_laptop_aux.py). Extract under data/laptop.
nocs_seg.zip ~20 MB Detection priors for NOCS REAL275 evaluation with instance segmentation or bounding box masks. Extract under data/nocs_seg.
sunrgbd_extra/ ~4 GB Prepared extra data for SUN RGB-D evaluation (sunrgbd_pc_bbox_votes_50k_v1_val.zip point clouds with bbox votes, plus per-category scan name lists). Place under data/sunrgbd_extra and unzip the zip files.

Usage

pip install -U "huggingface_hub[cli]"
hf download qq456cvb/CPPF --repo-type dataset --local-dir cppf_data

Citation

@inproceedings{you2022cppf,
  title={CPPF: Towards Robust Category-Level 9D Pose Estimation in the Wild},
  author={You, Yang and Shi, Ruoxi and Wang, Weiming and Lu, Cewu},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year={2022}
}