Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,40 +1,111 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
sequence: string
|
| 16 |
-
- name: observation_images_right_wrist
|
| 17 |
-
sequence: string
|
| 18 |
-
- name: conversations
|
| 19 |
-
list:
|
| 20 |
-
- name: from
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: value
|
| 23 |
-
dtype: string
|
| 24 |
-
splits:
|
| 25 |
-
- name: train
|
| 26 |
-
num_bytes: 102315006
|
| 27 |
-
num_examples: 9
|
| 28 |
-
- name: validation
|
| 29 |
-
num_bytes: 34048539
|
| 30 |
-
num_examples: 3
|
| 31 |
-
download_size: 11474006
|
| 32 |
-
dataset_size: 136363545
|
| 33 |
-
configs:
|
| 34 |
-
- config_name: default
|
| 35 |
-
data_files:
|
| 36 |
-
- split: train
|
| 37 |
-
path: data/train-*
|
| 38 |
-
- split: validation
|
| 39 |
-
path: data/validation-*
|
| 40 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- visual-question-answering
|
| 5 |
+
- image-classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- robotics
|
| 10 |
+
- condition-checking
|
| 11 |
+
- multi-modal
|
| 12 |
+
- vision-language
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
+
|
| 17 |
+
# Condition Checking Dataset
|
| 18 |
+
|
| 19 |
+
This dataset contains condition checking conversations for robotics applications, with embedded base64 images from multiple camera viewpoints.
|
| 20 |
+
|
| 21 |
+
## Dataset Description
|
| 22 |
+
|
| 23 |
+
- **Task**: Visual condition checking (True/False questions about robot states)
|
| 24 |
+
- **Modality**: Multi-modal (text + images)
|
| 25 |
+
- **Domain**: Robotics manipulation tasks
|
| 26 |
+
- **Format**: Conversational format suitable for VLM training
|
| 27 |
+
|
| 28 |
+
## Dataset Structure
|
| 29 |
+
|
| 30 |
+
### Data Fields
|
| 31 |
+
|
| 32 |
+
- `id`: Unique identifier for each sample
|
| 33 |
+
- `images`: Dictionary containing base64-encoded images from multiple camera viewpoints
|
| 34 |
+
- `conversations`: List of conversation turns (human question + assistant answer)
|
| 35 |
+
|
| 36 |
+
### Camera Viewpoints
|
| 37 |
+
|
| 38 |
+
The dataset includes images from 5 camera viewpoints:
|
| 39 |
+
- `observation_images_chest`
|
| 40 |
+
- `observation_images_left_eye`
|
| 41 |
+
- `observation_images_left_wrist`
|
| 42 |
+
- `observation_images_right_eye`
|
| 43 |
+
- `observation_images_right_wrist`
|
| 44 |
+
|
| 45 |
+
Each sample contains approximately 30 images total (6 per camera).
|
| 46 |
+
|
| 47 |
+
### Sample Structure
|
| 48 |
+
|
| 49 |
+
```json
|
| 50 |
+
{
|
| 51 |
+
"id": "frame_index_position_part",
|
| 52 |
+
"images": {
|
| 53 |
+
"camera_key": ["base64_image_1", "base64_image_2", ...],
|
| 54 |
+
...
|
| 55 |
+
},
|
| 56 |
+
"conversations": [
|
| 57 |
+
{
|
| 58 |
+
"from": "human",
|
| 59 |
+
"value": "Here are the observations... condition: (object is grasped) ..."
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"from": "gpt",
|
| 63 |
+
"value": "True"
|
| 64 |
+
}
|
| 65 |
+
]
|
| 66 |
+
}
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
## Usage
|
| 70 |
+
|
| 71 |
+
```python
|
| 72 |
+
from datasets import load_dataset
|
| 73 |
+
|
| 74 |
+
# Load the dataset
|
| 75 |
+
dataset = load_dataset("jeffshen4011/condition-checking-dataset")
|
| 76 |
+
|
| 77 |
+
# Access a sample
|
| 78 |
+
sample = dataset["train"][0]
|
| 79 |
+
print(f"Question: {sample['conversations'][0]['value'][:100]}...")
|
| 80 |
+
print(f"Answer: {sample['conversations'][1]['value']}")
|
| 81 |
+
print(f"Number of camera views: {len(sample['images'])}")
|
| 82 |
+
```
|
| 83 |
+
|
| 84 |
+
## Dataset Statistics
|
| 85 |
+
|
| 86 |
+
- **Training samples**: 9
|
| 87 |
+
- **Camera viewpoints**: 5
|
| 88 |
+
- **Images per sample**: ~30
|
| 89 |
+
- **Image format**: Base64-encoded PNG
|
| 90 |
+
- **Task type**: Binary classification (True/False)
|
| 91 |
+
|
| 92 |
+
## Applications
|
| 93 |
+
|
| 94 |
+
This dataset is designed for:
|
| 95 |
+
- Training vision-language models for robotics condition checking
|
| 96 |
+
- Multi-modal reasoning tasks
|
| 97 |
+
- Robot state verification
|
| 98 |
+
- Visual question answering in manipulation contexts
|
| 99 |
+
|
| 100 |
+
## Citation
|
| 101 |
+
|
| 102 |
+
If you use this dataset, please cite:
|
| 103 |
+
|
| 104 |
+
```bibtex
|
| 105 |
+
@dataset{condition_checking_dataset,
|
| 106 |
+
title={Condition Checking Dataset for Robotics},
|
| 107 |
+
author={Research Team},
|
| 108 |
+
year={2025},
|
| 109 |
+
url={https://huggingface.co/datasets/jeffshen4011/condition-checking-dataset}
|
| 110 |
+
}
|
| 111 |
+
```
|