The evaluation set of COCO3D and pseudo-labeled training set are available at Hugging Face.
We release the source code for the refinement interface at https://github.com/UVA-Computer-Vision-Lab/3d_annotator.
📦 Installation Guide - Setup instructions and external dependencies
📖 COCO Pipeline Guide - Run the pipeline on COCO dataset
🔧 OVMono3D Fine-tuning - Code for fine-tuning OVMono3D on LabelAny3D pseudo annotations
If you find this work useful for your research, please kindly cite:
@inproceedings{yao2025labelany3d,
title={LabelAny3D: Label Any Object 3D in the Wild},
author={Jin Yao and Radowan Mahmud Redoy and Sebastian Elbaum and Matthew B. Dwyer and Zezhou Cheng},
booktitle={Neural Information Processing Systems (NeurIPS)},
year={2025}
}
@inproceedings{yao2025open,
title={Open Vocabulary Monocular 3D Object Detection},
author={Yao, Jin and Gu, Hao and Chen, Xuweiyi and Wang, Jiayun and Cheng, Zezhou},
booktitle={Proceedings of the International Conference on 3D Vision (3DV)},
year={2026}
}This work builds on many open-source projects:
- Gen3DSR - 3D reconstruction framework
- TRELLIS - 3D asset generation
- MoGe - Monocular geometry estimation
- DepthPro - Metric depth estimation
- MASt3R - Dense matching
- InvSR - Image super-resolution
- COCONUT - COCO segmentation annotations
- OVMono3D - Open vocabulary monocular 3D detection
This repository is licensed under Apache-2.0; see NOTICE for third-party attribution.
External models keep their own terms. Unrestricted:
| Component | License |
|---|---|
| MoGe | MIT |
| DepthPro | Apple sample-code license |
| TRELLIS | MIT |
| One-2-3-45 / Zero123-XL | Apache-2.0 / MIT |
| RoMa | MIT, DINOv2 backbone Apache-2.0 |
| OneFormer, CLIPSeg | MIT, Apache-2.0 |
Non-commercial, optional in our pipeline:
| Component | License |
|---|---|
| MASt3R (bundles DUSt3R) | CC BY-NC-SA 4.0 |
| InvSR | NTU S-Lab 1.0 |
| Hunyuan3D-1 | Tencent Hunyuan Non-Commercial |
| UniDepth | CC BY-NC 4.0 |
| OVSAM, EntityV2 | S-Lab 1.0, CC BY-NC 4.0 |
COCO images keep their original Flickr terms; COCO3D annotations are CC BY 4.0.
