File size: 2,329 Bytes
3674152 aa864c4 65cafba 3674152 aa864c4 3674152 aa864c4 3674152 aa864c4 3674152 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | ---
title: SMM Dataset
license: mit
tags:
- dataset
- computer-vision
- 3d
- blocks
- spatial-reasoning
- minecraft
size_categories:
- 10G<n<100G
---
# SMM Dataset
This dataset contains 3D block manipulation and spatial reasoning data for training AI models on spatial understanding and block construction tasks.
## π¦ Download
The dataset is provided as a compressed archive:
- **File**: `semantic_blocks_part2.tar.gz`
- **Size**: 0.81 GB (compressed)
- **Format**: GZ compressed tar archive
### Extract the dataset:
```bash
# For .tar.gz files
tar -xzf semantic_blocks_part2.tar.gz
# For .tar.xz files
tar -xJf semantic_blocks_part2.tar.gz
# For .tar.bz2 files
tar -xjf semantic_blocks_part2.tar.gz
```
## π Dataset Structure
After extraction, you will find:
```
SMM/
βββ SMM_data/ # Main dataset files
βββ random_pipeline/ # Random block generation pipeline
βββ semantic_blocks_part1/ # First part of semantic block data
βββ semantic_blocks_part2/ # Second part of semantic block data
βββ sementic_blocks.tar.gz # Additional compressed semantic blocks
```
## π― Usage
This dataset can be used for:
- Training models on spatial reasoning
- 3D object manipulation and understanding
- Block construction and planning tasks
- Multi-view 3D reconstruction
- Sequential decision making in 3D environments
## π Data Format
The dataset contains:
- **Images**: RGB images of block structures from multiple viewpoints
- **Annotations**: Spatial relationships and block configurations
- **Metadata**: Task descriptions and ground truth labels
## π Related Resources
- **Paper**: [Link to paper if available]
- **Code**: [Link to training/inference code]
- **Model**: [Link to trained models]
## π License
This dataset is released under the MIT License.
## π Citation
If you use this dataset in your research, please cite:
```bibtex
@dataset{smm_dataset,
title={SMM Dataset: Spatial Reasoning with Minecraft Blocks},
author={Your Name},
year={2025},
publisher={Hugging Face},
url={https://huggingface.co/datasets/yinbq/SMM-Dataset}
}
```
## π§ Contact
For questions or issues, please open an issue on the dataset repository.
---
**Note**: This is a large dataset. Make sure you have sufficient disk space (~40GB) before extracting.
|