nielsr HF Staff commited on
Commit
af2d2c2
·
verified ·
1 Parent(s): d6a95d0

Add task categories and links to paper and GitHub

Browse files

Hi! I'm Niels from the community science team at Hugging Face.

This pull request improves the dataset card by:
- Adding `task_categories` to the YAML metadata (`robotics` and `image-segmentation`).
- Adding direct links to the paper, project page, and GitHub repository for better accessibility.

These changes help researchers more easily find and contextualize this dataset within the OSMa-Bench pipeline.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,9 +1,15 @@
1
  ---
2
  license: cc-by-4.0
3
  pretty_name: Augmented ReplicaCAD
 
 
 
4
  ---
 
5
  # Augmented ReplicaCAD Dataset
6
 
 
 
7
  <!-- ![Demo](assets/demo.gif) -->
8
  [![Demo](assets/demo.png)](https://be2rlab.github.io/OSMa-Bench/static/videos/combined_semantics.mp4)
9
 
 
1
  ---
2
  license: cc-by-4.0
3
  pretty_name: Augmented ReplicaCAD
4
+ task_categories:
5
+ - robotics
6
+ - image-segmentation
7
  ---
8
+
9
  # Augmented ReplicaCAD Dataset
10
 
11
+ [**Project Page**](https://be2rlab.github.io/OSMa-Bench/) | [**Paper**](https://huggingface.co/papers/2503.10331) | [**GitHub**](https://github.com/be2rlab/OSMa-Bench)
12
+
13
  <!-- ![Demo](assets/demo.gif) -->
14
  [![Demo](assets/demo.png)](https://be2rlab.github.io/OSMa-Bench/static/videos/combined_semantics.mp4)
15