File size: 739 Bytes
8121594
 
 
 
 
 
 
 
27bf7f5
8121594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27bf7f5
8121594
 
 
 
 
 
 
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
---
license: mit
tags:
- computer-vision
- human-object-interaction
- video-dataset
- robotics
- action-recognition
size_categories: 10K<n<100K
task_categories:
- other
language:
- en
---

# TASTE-Rob Bathroom Video Dataset

This dataset contains 103 videos from the Bathroom scene of TASTE-Rob dataset.

## Dataset Description

- **Total videos**: 103
- **Total size**: 0.8 GB
- **Scene**: Bathroom
- **Format**: MP4 videos

## Usage

```python
from huggingface_hub import hf_hub_download

# Download a specific video
video_path = hf_hub_download(
    repo_id="charlychan123/taste-rob-bathroom",
    filename="video_name.mp4",
    repo_type="dataset"
)
```

## Citation

If you use this dataset, please cite the original TASTE-Rob paper.