Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
id
int64
0
74
global_index
int64
60
138M
47
1,522,996
47
5,523,986
47
2,504,594
47
5,057,477
47
5,342,754
47
8,384,303
47
1,807,146
47
798,141
47
3,528,165
47
6,116,411
47
7,113,859
47
3,327,187
47
877,498
47
660,242
47
142,783
47
3,828,869
47
8,255,090
47
3,180,429
47
5,674,963
47
6,431,958
47
8,026,750
47
3,371,819
47
1,259,718
47
1,386,868
47
5,327,202
47
8,134,177
47
1,640,405
47
6,685,443
47
7,433,322
47
2,652,062
47
369,938
47
467,182
47
1,079,863
47
659,003
47
3,512,025
47
5,032,080
47
1,686,475
47
2,768,149
47
1,259,330
47
8,256,099
47
283,153
47
3,368,632
47
4,354,273
47
7,822,269
47
6,507,222
47
3,749,479
47
6,020,172
47
3,326,819
47
6,760,363
47
688,843
47
2,538,142
47
5,056,890
47
7,684,334
47
469,539
47
3,180,913
47
5,325,799
47
183,797
47
8,139,650
47
6,847,150
47
4,351,406
47
525,983
47
8,138,801
47
1,774,616
47
6,814,699
47
1,878,574
47
7,197,453
47
1,620,341
47
4,102,949
47
5,038,611
47
1,902,055
47
2,607,609
47
8,135,034
47
3,496,706
47
8,490,191
47
840,246
47
7,576,806
47
2,980,023
47
6,642,867
47
5,567,195
47
4,593,035
47
7,058,257
47
5,755,769
47
2,356,944
47
6,431,998
47
4,738,511
47
7,284,862
47
5,238,821
47
335,861
47
7,184,253
47
3,962,213
47
8,099,521
47
4,683,463
47
4,108,855
47
3,181,186
47
7,560,667
47
2,162,455
47
8,114,120
47
1,592,977
47
6,851,005
47
3,355,103
End of preview. Expand in Data Studio

3DA-VTG

3DA-VTG is a visuo-tactile grasp-stability dataset prepared for the public SGA-GSN release. It contains paired visual and tactile observations, object-level metadata, and binary grasp-stability labels.

License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). The dataset is derived from GraspNet-1Billion assets and follows the GraspNet non-commercial redistribution terms. Commercial use requires permission from the GraspNet team.

Contents

  • Full dataset shards: data/000.zip to data/087.zip.
  • Split files: data/train.csv, data/test.csv, data/train-ids.txt, and data/test-ids.txt.
  • Background image for 2D VTG loaders: data/bg_sim.jpg.
  • Metadata and format documentation: metadata/.
  • Mini dataset for smoke tests: samples/3da_vtg_mini.zip.

Current staging statistics:

Split Objects Samples
Train 68 318,532
Test 19 95,000
Total 87 objects with data / 88 shards 413,532

Object 046 is kept as an empty shard for release completeness but is not part of the train or test split.

Download And Restore

For full SGA-GSN use, download the data/ directory from this dataset repo. Then restore it with the SGA-GSN helper script:

bash /SGA-GSN/install/extract_3da_vtg.sh <downloaded_repo>/data /SGA-GSN/data

This creates:

/SGA-GSN/data/3DA-VTG

The SGA-GSN dataset configs expect data/3DA-VTG relative to the SGA-GSN repo root.

For a quick local smoke test, download and unzip:

unzip samples/3da_vtg_mini.zip -d /SGA-GSN/data

The mini dataset restores the same top-level 3DA-VTG/ directory structure.

File Format

Each object shard expands to one zero-padded object directory, for example 006/. Each object directory contains _metadata.json and sensor folders: tac_rgb, tac_dep, vis_rgb, vis_dep, and vis_seg.

Split CSV files use columns:

id,global_index

See metadata/file_format.md and metadata/sample_schema.json for details.

Utilities

The read-only helper script tools/dataset_utils.py can load restored samples and reconstruct visual/tactile point clouds from the released depth images and metadata:

from tools.dataset_utils import sample_to_pointclouds

pcs = sample_to_pointclouds("data/3DA-VTG", "006", "23476304")

The helper requires NumPy and OpenCV for data loading. Open3D is optional and is only imported for interactive 3D visualization. Complete object mesh point clouds still require the separate graspnet-vhacd asset package.

External Assets

This dataset repository does not include object mesh assets or model weights. SGA-GSN still requires:

  • object meshes from the separate graspnet-vhacd asset package;
  • the AdaPoinTr shape checkpoint ckpts/ap_ps55.pth from the model release.

License and Attribution

3DA-VTG uses CC BY-NC-SA 4.0 because it contains GraspNet-derived data, labels, scores, and object relationships. The GraspNet terms provided for this release state that all data, labels, code, and models belong to the GraspNet team, MVIG, SJTU, are available for free non-commercial use, and may be redistributed under the same non-commercial conditions.

Please cite and attribute both 3DA-VTG and the GraspNet source assets when using this dataset. For commercial use, follow the GraspNet commercial contact path: fhaoshu at gmail.com and CC lucewu at sjtu.edu.cn.

Integrity

Use the published checksums after download:

sha256sum --check checksums.sha256
Downloads last month
23