Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: UnicodeDecodeError
Message: 'utf-8' codec can't decode byte 0x93 in position 0: invalid start byte
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/text/text.py", line 98, in _generate_tables
batch = f.read(self.config.chunksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "<frozen codecs>", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x93 in position 0: invalid start byte
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1343, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
005091 |
005092 |
005094 |
005097 |
005098 |
005099 |
005100 |
005101 |
005102 |
005103 |
005104 |
005105 |
005106 |
005107 |
005108 |
005109 |
005110 |
005111 |
005112 |
005113 |
005114 |
005115 |
005116 |
005117 |
005118 |
005119 |
005120 |
005121 |
005122 |
005123 |
005124 |
005125 |
005126 |
005127 |
005128 |
005129 |
005130 |
005131 |
005132 |
005133 |
005134 |
005135 |
005138 |
005140 |
005141 |
005142 |
005143 |
005144 |
005145 |
005146 |
005166 |
005167 |
005168 |
005169 |
005537 |
005538 |
005539 |
005540 |
005544 |
005545 |
005546 |
005547 |
005548 |
005992 |
005993 |
005994 |
005995 |
005998 |
006000 |
006001 |
006002 |
006004 |
006005 |
006010 |
006011 |
006012 |
006014 |
006015 |
006016 |
006017 |
006019 |
006020 |
006023 |
006024 |
006025 |
006026 |
006027 |
006028 |
006029 |
006030 |
006031 |
006032 |
006033 |
006034 |
006035 |
006036 |
006037 |
006038 |
006039 |
006040 |
End of preview.
CPPF: Towards Robust Category-Level 9D Pose Estimation in the Wild — Data
Auxiliary training and evaluation data for CPPF (CVPR 2022).
- Code: https://github.com/qq456cvb/CPPF
- Project page: https://qq456cvb.github.io/projects/cppf
- Pretrained models: https://huggingface.co/qq456cvb/CPPF
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}
}
- Downloads last month
- 15