charlychan123 commited on
Commit
8121594
·
verified ·
1 Parent(s): 29c15b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - computer-vision
5
+ - human-object-interaction
6
+ - video-dataset
7
+ - robotics
8
+ - action-recognition
9
+ size_categories: 1K<n<10K
10
+ task_categories:
11
+ - other
12
+ language:
13
+ - en
14
+ ---
15
+
16
+ # TASTE-Rob Bathroom Video Dataset
17
+
18
+ This dataset contains 103 videos from the Bathroom scene of TASTE-Rob dataset.
19
+
20
+ ## Dataset Description
21
+
22
+ - **Total videos**: 103
23
+ - **Total size**: 0.8 GB
24
+ - **Scene**: Bathroom
25
+ - **Format**: MP4 videos
26
+
27
+ ## Usage
28
+
29
+ ```python
30
+ from huggingface_hub import hf_hub_download
31
+
32
+ # Download a specific video
33
+ video_path = hf_hub_download(
34
+ repo_id="charlychan123/taste-rob-bathroom",
35
+ filename="51982.mp4",
36
+ repo_type="dataset"
37
+ )
38
+ ```
39
+
40
+ ## Citation
41
+
42
+ If you use this dataset, please cite the original TASTE-Rob paper.