CoolFace
Datasetpublic

TedLentsch/nuScenes-UNION-labels

UNION: Unsupervised 3D Object Detection using Appearance-based Pseudo-Classes [NeurIPS 2024] [arXiv] [GitHub] [BibTeX] Hugging Face repository for prebuilt .pkl annotation files created by UNION on the nuScenes dataset. This repo is annotations-only (no sensor data) so you can reproduce UNION results quickly without regenerating labels. 🔗 Code: https://github.com/TedLentsch/UNION ⬇️ nuScenes download: https://www.nuscenes.org/nuscenes 🛡️ License: CC BY-NC-SA 4.0 (inherits… See the full description on the dataset page: https://huggingface.co/datasets/TedLentsch/nuScenes-UNION-labels.

sourceHugging Facecc-by-nc-sa-4.0updated 1y agoView on Hugging Face
4likes187downloads
Dataset Card

UNION: Unsupervised 3D Object Detection using Appearance-based Pseudo-Classes [NeurIPS 2024]

[`arXiv`] [`GitHub`] [`BibTeX`]

Hugging Face repository for prebuilt .pkl annotation files created by UNION on the nuScenes dataset.

This repo is annotations-only (no sensor data) so you can reproduce UNION results quickly without regenerating labels.

  • 🔗 Code: https://github.com/TedLentsch/UNION
  • ⬇️ nuScenes download: https://www.nuscenes.org/nuscenes
  • 🛡️ License: CC BY-NC-SA 4.0 (inherits from nuScenes — non-commercial, share-alike)

Pipeline Overview

[image]


Contents

This repo contains three top-level folders, namely standard-labels, class-agnostic-labels, and multi-class-003-labels. The folder standard-labels contains the MMDetection3D infos from the ground truth annotations for the standard dataset split and classes. The folders class-agnostic-labels and multi-class-003-labels contain the ground truth labels and pseudo-labels for class agnostic and multi-class (vehicle, pedestrian, cyclist) 3D object detection, respectively.


Citation Information

bibtex
@inproceedings{caesar2020nuscenes,
  title={{nuScenes}: A multimodal dataset for autonomous driving},
  author={Caesar, Holger and Bankiti, Varun and Lang, Alex H and Vora, Sourabh and Liong, Venice Erin and Xu, Qiang and Krishnan, Anush and Pan, Yu and Baldan, Giancarlo and Beijbom, Oscar},
  booktitle={Conference on Computer Vision and Pattern Recognition (CVPR)},
  pages={11621--11631},
  year={2020}
}

@misc{mmdet3d2020,
  title={{MMDetection3D: OpenMMLab} next-generation platform for general {3D} object detection},
  author={MMDetection3D Contributors},
  howpublished={\url{https://github.com/open-mmlab/mmdetection3d}},
  year={2020}
}

@inproceedings{lentsch2024union,
  title={{UNION}: Unsupervised {3D} Object Detection using Object Appearance-based Pseudo-Classes},
  author={Lentsch, Ted and Caesar, Holger and Gavrila, Dariu M},
  booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
  pages={22028--22046},
  volume={37},
  year={2024}
}

Questions & issues

  • Problems or feature requests? Please open an issue in [UNION GitHub Issues](https://github.com/TedLentsch/UNION/issues).

License

This repository is distributed under CC BY-NC-SA 4.0 to comply with the nuScenes license. Non-commercial use only, and derivatives must be shared under the same license.

  • You must also comply with the original nuScenes license when using these annotations.
  • If you use these files, please cite nuScenes, MMDetection3D, and UNION.

Note: UNION code base itself is released under Apache-2.0 license, which allows for commercial use!

![License: CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)