Datasets:
ArXiv:
License:
Improve dataset card with paper link and task category
Browse filesThis PR improves the dataset card by:
- Adding a link to the associated paper: [ARKit LabelMaker: A New Scale for Indoor 3D Scene Understanding](https://huggingface.co/papers/2410.13924).
- Specifying the `task_categories` as `image-segmentation`.
- Clarifying the dataset's description to focus on ARKit LabelMaker itself.
- Adding relevant tags.
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
viewer: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
viewer: false
|
4 |
+
task_categories:
|
5 |
+
- image-segmentation
|
6 |
+
tags:
|
7 |
+
- 3d
|
8 |
+
- point-cloud
|
9 |
+
- semantic-segmentation
|
10 |
+
- indoor
|
11 |
+
- arkit
|
12 |
---
|
13 |
+
|
14 |
+
This dataset provides dense semantic annotations for the ARKitScenes dataset, creating a large-scale, real-world 3D dataset suitable for training 3D semantic segmentation models. It was presented in the paper [ARKit LabelMaker: A New Scale for Indoor 3D Scene Understanding](https://huggingface.co/papers/2410.13924).
|
15 |
+
|
16 |
+
This repository contains preprocessed data ready for use with the Pointcept codebase ([https://github.com/Pointcept/Pointcept](https://github.com/Pointcept/Pointcept)), preprocessing code for the original ARKit LabelMaker dataset ([https://huggingface.co/datasets/labelmaker/arkit_labelmaker](https://huggingface.co/datasets/labelmaker/arkit_labelmaker)), and some experiment configurations.
|