uCO3D: UnCommon Objects in 3D
收藏uCO3D: UnCommon Objects in 3D 数据集概述
数据集简介
uCO3D(UnCommon Objects in 3D)数据集包含约170,000个转台视频,捕捉了来自LVIS分类法中的物体类别。数据集的主要特点包括:
- 170,000个视频,从各个方向扫描多样化的物体。
- 物体来自LVIS分类法中的约1000个类别,分为50个超类别。
- 与CO3Dv2不同,uCO3D发布完整的原始视频而非帧。
- 每个视频都标注了物体分割、相机姿态和三种类型的点云。
- 数据集新增了每个视频的3D高斯泼溅重建。
- 每个场景包含通过大型视频语言模型生成的长短描述。
- 相较于CO3Dv2,显著提高了标注质量和规模。
数据集下载与安装
- 完整数据集(处理版本)占用约19.3 TB空间,以不超过20 GB的块分发。
- 提供自动下载和解压缩数据的脚本。
下载步骤
-
克隆仓库并安装依赖: bash git clone git@github.com:facebookresearch/uco3d.git cd uco3d pip install -e .
-
运行下载脚本(确保更改
<DESTINATION_FOLDER>): bash python dataset_download/download_dataset.py --download_folder <DESTINATION_FOLDER> --checksum_check
下载子集
- 支持下载特定子集(如特定物体类别的高斯泼溅和RGB视频)。
- 通过
--download_modalities和--download_super_categories参数选择下载的模态和超类别。
模态大小
Modality Size (TB)
rgb_videos 7.59 mask_videos 0.16 depth_maps 9.69 gaussian_splats 1.18 point_clouds 0.57 segmented_point_clouds 0.04 sparse_point_clouds 0.04
Total 19.27
数据集格式
数据集文件系统结构如下:
├── metadata.sqlite ├── set_lists │ ├── set_lists_3categories-debug.sqlite │ ├── set_lists_all-categories.sqlite │ ├── set_lists_<subset_lists_name_2>.sqlite │ ├── ... ├── <super_category_1> │ ├── <category_1> │ │ ├── <sequence_name_1> │ │ │ ├── depth_maps.h5 │ │ │ ├── gaussian_splats │ │ │ ├── mask_video.mkv │ │ │ ├── rgb_video.mp4 │ │ │ ├── point_cloud.ply │ │ │ ├── segmented_point_cloud.ply │ │ │ └── sparse_point_cloud.ply │ │ ├── <sequence_name_2> │ │ │ ├── depth_maps.h5 │ │ │ ├── gaussian_splats │ │ │ ├── mask_video.mkv │ │ │ ├── rgb_video.mp4 │ │ │ ├── point_cloud.ply │ │ │ ├── segmented_point_cloud.ply │ │ │ └── sparse_point_cloud.ply │ │ ├── ... │ │ ├── <sequence_name_S> │ ├── ... │ ├── <category_C> ├── ... ├── <super_category_S>
元数据数据库
$UCO3D_DATASET_ROOT/metadata.sqlite文件包含所有帧级和视频级元数据的数据库,如单个RGB/掩码视频的路径或每帧的相机姿态。
许可证
数据集在CC BY 4.0许可证下发布。
引用
如果使用该数据集,请引用以下文献: bibtex @inproceedings{liu24uco3d, Author = {Liu, Xingchen and Tayal, Piyush and Wang, Jianyuan and Zarzar, Jesus and Monnier, Tom and Tertikas, Konstantinos and Duan, Jiali and Toisoul, Antoine and Zhang, Jason Y. and Neverova, Natalia and Vedaldi, Andrea and Shapovalov, Roman and Novotny, David}, Booktitle = {arXiv}, Title = {UnCommon Objects in 3D}, Year = {2024}, }




