Datasets:

ArXiv:
License:

Improve dataset card with paper link and task category

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -1,8 +1,16 @@
1
  ---
2
  license: creativeml-openrail-m
3
  viewer: false
 
 
 
 
 
 
 
 
4
  ---
5
- This is the dataset repo for training [Point Transformer](https://github.com/Pointcept/Pointcept) with the [ARKit LabelMaker](https://arxiv.org/abs/2410.13924) dataset. This dataset contains:
6
- 1. the preprocessed data that is ready-to-use for Pointcept code base.
7
- 2. the preprocessing code for official [ARKit LabelMaker dataset](https://huggingface.co/datasets/labelmaker/arkit_labelmaker).
8
- 3. some experiment configurations.
 
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.