Improve dataset card: Add task category, paper link, and Github repo link
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
| 3 |
configs:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
# SpatialLM Testset
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
|
| 14 |
<table style="table-layout: fixed;">
|
| 15 |
<tr>
|
|
@@ -57,4 +61,4 @@ Use `rerun` to visualize the point cloud and the GT structured 3D layout output:
|
|
| 57 |
```bash
|
| 58 |
python visualize.py --point_cloud pcd/scene0000_00.ply --layout layout/scene0000_00.txt --save scene0000_00.rrd
|
| 59 |
rerun scene0000_00.rrd
|
| 60 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-3d
|
| 5 |
configs:
|
| 6 |
+
- config_name: default
|
| 7 |
+
data_files:
|
| 8 |
+
- split: test
|
| 9 |
+
path: test.csv
|
| 10 |
---
|
| 11 |
|
| 12 |
# SpatialLM Testset
|
| 13 |
|
| 14 |
+
[Project page](https://manycore-research.github.io/SpatialLM) | [Paper](https://arxiv.org/abs/2506.07491) | [Code](https://github.com/manycore-research/SpatialLM)
|
| 15 |
+
|
| 16 |
+
We provide a test set of 107 preprocessed point clouds and their corresponding GT layouts. Point clouds are reconstructed from RGB videos using [MASt3R-SLAM](https://github.com/rmurai0610/MASt3R-SLAM). SpatialLM-Testset is quite challenging compared to prior clean RGBD scan datasets due to the noises and occlusions in the point clouds reconstructed from monocular RGB videos.
|
| 17 |
|
| 18 |
<table style="table-layout: fixed;">
|
| 19 |
<tr>
|
|
|
|
| 61 |
```bash
|
| 62 |
python visualize.py --point_cloud pcd/scene0000_00.ply --layout layout/scene0000_00.txt --save scene0000_00.rrd
|
| 63 |
rerun scene0000_00.rrd
|
| 64 |
+
```
|