Update metadata (language, license, task categories) and add code/project links
Browse filesThis PR updates the dataset card with accurate metadata and supplementary links:
- The `language` tag in the metadata is corrected from `aa` to `en`.
- The `license` in the metadata is updated from `apache-2.0` to `mit`, aligning with the license specified in the associated GitHub repository.
- `task_categories: ['image-to-3d', 'image-segmentation']` are added to improve discoverability, reflecting the dataset's use in semantic 3D reconstruction and instance-level mask annotation tasks.
- Links to the official GitHub repository (`https://github.com/lifuguan/IGGT_official`) and the project page (`https://lifuguan.github.io/IGGT_official`) are integrated into the content for easy access to supplementary materials. The existing arXiv paper link remains unchanged.
|
@@ -1,7 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
This is the official dataset `InsScene-15K` for the paper:
|
|
@@ -11,9 +14,9 @@ This is the official dataset `InsScene-15K` for the paper:
|
|
| 11 |
>
|
| 12 |
> <sup>*</sup>Equal Contribution, <sup>†</sup>Project Leader, Corresponding author.
|
| 13 |
>
|
| 14 |
-
> ### [Paper](https://arxiv.org/abs/2510.22706)
|
| 15 |
|
| 16 |
|
| 17 |

|
| 18 |
|
| 19 |
-
## Please note the datasets are still being uploaded.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- image-to-3d
|
| 7 |
+
- image-segmentation
|
| 8 |
---
|
| 9 |
|
| 10 |
This is the official dataset `InsScene-15K` for the paper:
|
|
|
|
| 14 |
>
|
| 15 |
> <sup>*</sup>Equal Contribution, <sup>†</sup>Project Leader, Corresponding author.
|
| 16 |
>
|
| 17 |
+
> ### [Paper](https://arxiv.org/abs/2510.22706) | [Project Page](https://lifuguan.github.io/IGGT_official) | [Code](https://github.com/lifuguan/IGGT_official)
|
| 18 |
|
| 19 |
|
| 20 |

|
| 21 |
|
| 22 |
+
## Please note the datasets are still being uploaded.
|