Datasets:

Languages:
Afar
ArXiv:
License:
nielsr HF Staff commited on
Commit
14ae2e5
·
verified ·
1 Parent(s): 9374cdd

Update metadata (language, license, task categories) and add code/project links

Browse files

This 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.

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
- - aa
 
 
 
 
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
  ![iggt_teaser](https://cdn-uploads.huggingface.co/production/uploads/667b8de7a68bf81afe668afe/KiYMUhU08esa0eGAoRRF0.png)
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
  ![iggt_teaser](https://cdn-uploads.huggingface.co/production/uploads/667b8de7a68bf81afe668afe/KiYMUhU08esa0eGAoRRF0.png)
21
 
22
+ ## Please note the datasets are still being uploaded.