Commit ·
a7e44c2
0
Parent(s):
Duplicate from lei-qi-233/MicroG-4M
Browse filesCo-authored-by: Lei Qi <lei-qi-233@users.noreply.huggingface.co>
- .gitattributes +61 -0
- README.md +207 -0
- annotation_files/actions.csv +0 -0
- annotation_files/bounding_boxes.csv +3 -0
- label_map/label_map.pbtxt +299 -0
- label_map/label_map.pdf +74 -0
- videos/video_id_list.pdf +0 -0
- vqa_and_captioning/vqa_and_captioning.json +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
csv_files/bounding_boxes.csv filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
annotation_files/bounding_boxes.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
|
| 4 |
+
configs:
|
| 5 |
+
- config_name: actions
|
| 6 |
+
data_files:
|
| 7 |
+
- split: full
|
| 8 |
+
path:
|
| 9 |
+
- annotation_files/actions.csv
|
| 10 |
+
format: csv
|
| 11 |
+
- config_name: bounding_boxes
|
| 12 |
+
data_files:
|
| 13 |
+
- split: full
|
| 14 |
+
path:
|
| 15 |
+
- annotation_files/bounding_boxes.csv
|
| 16 |
+
format: csv
|
| 17 |
+
- config_name: vqa_and_captioning
|
| 18 |
+
data_files:
|
| 19 |
+
- split: full
|
| 20 |
+
path:
|
| 21 |
+
- vqa_and_captioning/vqa_and_captioning.json
|
| 22 |
+
format: json
|
| 23 |
+
language:
|
| 24 |
+
- en
|
| 25 |
+
tags:
|
| 26 |
+
- human action recognition
|
| 27 |
+
- video understanding
|
| 28 |
+
- microgravity
|
| 29 |
+
task_categories:
|
| 30 |
+
- video-classification
|
| 31 |
+
- visual-question-answering
|
| 32 |
+
- video-text-to-text
|
| 33 |
+
|
| 34 |
+
---
|
| 35 |
+
|
| 36 |
+
# MicroG-4M Dataset
|
| 37 |
+
|
| 38 |
+
This repository stores the entire content of the MicroG-4M dataset itself.
|
| 39 |
+
|
| 40 |
+
**For more information and details, including training, evaluation, statistics, and related code, please:**
|
| 41 |
+
|
| 42 |
+
- **Refer to our [paper](https://arxiv.org/abs/2506.02845)**
|
| 43 |
+
|
| 44 |
+
- **Visit our [GitHub](https://github.com/LEI-QI-233/MicroG-4M)**
|
| 45 |
+
|
| 46 |
+
- **And check our [fine-tuned models](https://huggingface.co/LEI-QI-233/MicroG-4M-models)**
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
# Specification of MicroG-4M
|
| 52 |
+
|
| 53 |
+
## "annotation_files" Folder
|
| 54 |
+
|
| 55 |
+
The folder contains all annotation files of the dataset, all stored in CSV format.
|
| 56 |
+
|
| 57 |
+
### [actions.csv](./annotation_files/actions.csv)
|
| 58 |
+
|
| 59 |
+
contains all the labeled persons in the video clips and their corresponding action IDs.
|
| 60 |
+
|
| 61 |
+
The headers are:
|
| 62 |
+
- `video_id` : is the [name](#video-name) of video clip.
|
| 63 |
+
- `movie_or_real`: `m` for movie and `r` for real footage
|
| 64 |
+
- `person_id`: corresponds to the person labeled by the respective bounding box. You can visually identify the corresponding person directly in the videos within the [videos_annotated](./videos_annotated.zip) folder.
|
| 65 |
+
- `action`: the ID of action. For the mapping relationship between action IDs and labels see [label_map](#label_map-folder)
|
| 66 |
+
|
| 67 |
+
### [bounding_boxes.csv](./annotation_files/bounding_boxes.csv)
|
| 68 |
+
|
| 69 |
+
includes all detected persons and their corresponding bounding box coordinates. The coordinates are expressed in pixels rather than normalized values.
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
The headers are:
|
| 73 |
+
- `video_id`: is the [name](#video-name) of video clip.
|
| 74 |
+
- `frame_id`: Not a continuous number. Only frames where the bounding box is drawn. If no person is detected, ignore this frame.
|
| 75 |
+
- `person_id`
|
| 76 |
+
- `xmin`: x coordinate of the upper left corner
|
| 77 |
+
|
| 78 |
+
- `ymin`: y coordinate of the upper left corner
|
| 79 |
+
|
| 80 |
+
- `xmax`: x coordinate of the lower right corner
|
| 81 |
+
|
| 82 |
+
- `ymax`: y coordinate of the lower right corner
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
### NOTE
|
| 86 |
+
|
| 87 |
+
Each row in the [actions.csv](./annotation_files/actions.csv) and [bounding_boxes.csv](./annotation_files/bounding_boxes.csv) files is associated through the video ID and person ID, forming a complete information structure that includes:
|
| 88 |
+
- video ID
|
| 89 |
+
- frame ID
|
| 90 |
+
- person ID
|
| 91 |
+
- movie or real
|
| 92 |
+
- action ID
|
| 93 |
+
- bounding box coordinates
|
| 94 |
+
|
| 95 |
+
## "label_map" Folder
|
| 96 |
+
The folder contains the pbtxt file of the label map as well as a PDF file.
|
| 97 |
+
|
| 98 |
+
### [label_map.pbtxt](./label_map/label_map.pbtxt)
|
| 99 |
+
is the pbtxt format file of the label map, containing three components: id, name, and type. Its format is consistent with the label map format of the [AVA](https://research.google.com/ava/) dataset. If this dataset is converted to the AVA format for training or evaluation, this label map file can be directly used as input.
|
| 100 |
+
|
| 101 |
+
### [label_map.pdf](./label_map/label_map.pdf)
|
| 102 |
+
is the PDF format of the label map, providing a convenient reference for users to read and consult.
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
## "vqa_and_captioning" Folder
|
| 106 |
+
The folder contains the json files for Visual Queastion Qnswering and captioning.
|
| 107 |
+
|
| 108 |
+
### [vqa_and_captioning.json](./vqa_and_captioning/vqa_and_captioning.json)
|
| 109 |
+
is an array containing information for multiple videos, with each record consisting of the following parts:
|
| 110 |
+
|
| 111 |
+
- `video_id`: The ID of the video
|
| 112 |
+
- `caption`: A brief description of the video content, used for generating subtitles
|
| 113 |
+
- `qa_pairs`: A list of question-answer pairs, where each object includes two fields:
|
| 114 |
+
- `Q`: A question related to the video scene or context
|
| 115 |
+
- `A`: The corresponding answer to the question
|
| 116 |
+
|
| 117 |
+
<!--## [videos.zip](videos.zip)
|
| 118 |
+
The compressed package is a folder containing all video clips of the dataset.
|
| 119 |
+
|
| 120 |
+
All video clips are valid clips and completely correspond to the files in "annotation_files" folder.
|
| 121 |
+
|
| 122 |
+
-->
|
| 123 |
+
|
| 124 |
+
## "videos" Folder
|
| 125 |
+
The [`video_id_list.pdf`](./videos/video_id_list.pdf) file in this folder provides the identifiers for all videos used in the dataset. **Users should download the raw files independently** and process them into the required format as described in our paper.
|
| 126 |
+
|
| 127 |
+
You can process the downloaded videos into our dataset format using your own tools or our provided automated pipeline, please refer to [`CODE.md`](https://github.com/lei-qi-233/MicroG-4M/blob/main/code/CODE.md) in our GitHub repository.
|
| 128 |
+
|
| 129 |
+
## Video Specification
|
| 130 |
+
|
| 131 |
+
### Format of processed videos
|
| 132 |
+
All videos are processed to video clips which are 3 seconds long, with a frame rate of 30 fps and encoded in H.264 format. You can find detailed information in our Github and our paper.
|
| 133 |
+
|
| 134 |
+
### Video Folder Structure
|
| 135 |
+
|
| 136 |
+
The video folder should has the following structure:
|
| 137 |
+
|
| 138 |
+
```
|
| 139 |
+
videos
|
| 140 |
+
|_ movie
|
| 141 |
+
| |_ [movie name 0]
|
| 142 |
+
| | |_ [movie name 0]_000.mp4
|
| 143 |
+
| | |_ [movie name 0]_003.mp4
|
| 144 |
+
| | |_ ...
|
| 145 |
+
| |_ [movie name 1]
|
| 146 |
+
| | |_ ...
|
| 147 |
+
|_ real
|
| 148 |
+
| |_ [real video id 0]
|
| 149 |
+
| | |_[real video id 0]_002.mp4
|
| 150 |
+
| | |_[real video id 0]_003.mp4
|
| 151 |
+
| | |_ ...
|
| 152 |
+
| |_ [real video id 1]
|
| 153 |
+
| | |_ ...
|
| 154 |
+
```
|
| 155 |
+
|
| 156 |
+
|
| 157 |
+
#### Video Name
|
| 158 |
+
The video name consists of a sequence of characters and underscores followed by a sequence of numbers, and corresponds to the `video_id` column in the CSV and JSON annotation files. The character string is either the YouTube video ID or the film name.
|
| 159 |
+
|
| 160 |
+
The sequence number at the end of the video name indicates its specific position within the original video. For example, 000 represents the 0 to 3 seconds of the original video, and 003 represents the 9 to 12 seconds. Since not all clips meet the criteria, the sequence numbers of video clips in the dataset are not consecutive.
|
| 161 |
+
|
| 162 |
+
For example:
|
| 163 |
+
|
| 164 |
+
- `AErpXJq67LM_000` represents the first three-second segment of the YouTube video with ID `AErpXJq67LM`
|
| 165 |
+
- `Apollo13_101` denotes the segment of the movie `Apollo13` spanning the 303rd to the 306rd second (i.e., from number × 3 to (number × 3) + 3 seconds).
|
| 166 |
+
|
| 167 |
+
#### `movie` and `real` folders
|
| 168 |
+
- In the `movie` folder, all video clips are from movies. `movie name` is the name of the movie.
|
| 169 |
+
|
| 170 |
+
- In the `real` folder, all videos are real footage and downloaded from YouTube. `real video id` is the video id on YouTube.
|
| 171 |
+
|
| 172 |
+
### For further information, please refer to our paper.
|
| 173 |
+
|
| 174 |
+
|
| 175 |
+
|
| 176 |
+
<!--## [videos_annotated.zip](./videos_annotated.zip)
|
| 177 |
+
The contents and structure of the `videos_annotated` folder are identical to those of the `videos` folder. The only difference is that the videos in the `videos_annotated` folder include bounding boxes to annotate detected person frames and their corresponding action IDs, consistent with the [bounding_boxes.csv](./annotation_files/bounding_boxes.csv) file, facilitating manual review and validation.
|
| 178 |
+
-->
|
| 179 |
+
<!-- ## "parquet_format" Folder
|
| 180 |
+
This folder contains all the data files in Parquet format, which are used by Hugging Face to automatically generate the Croissant file.
|
| 181 |
+
|
| 182 |
+
The Croissant JSON-LD metadata references these Parquet files. When you load the dataset via the Croissant JSON-LD, it will download these Parquet files, not original csv and json files.
|
| 183 |
+
|
| 184 |
+
### [actions.parquet](./parquet_format/actions.parquet)
|
| 185 |
+
is the parquet format of [actions.csv](./annotation_files/actions.csv)
|
| 186 |
+
|
| 187 |
+
### [bounding_boxes.parquet](./parquet_format/bounding_boxes.parquet)
|
| 188 |
+
is the parquet format of [bounding_boxes.csv](./annotation_files/bounding_boxes.csv)
|
| 189 |
+
|
| 190 |
+
### [vqa_and_captioning.parquet](./parquet_format/vqa_and_captioning.parquet)
|
| 191 |
+
is the parquet format of [vqa_and_captioning.json](./vqa_and_captioning/vqa_and_captioning.json)
|
| 192 |
+
|
| 193 |
+
### NOTE
|
| 194 |
+
The parquet files do not include <!--video clips ([videos.zip](videos.zip)) and label map ([label_map.pbtxt](./label_map/label_map.pbtxt)). You can check or download it from this repository if you need. -->
|
| 195 |
+
|
| 196 |
+
# Citing MicroG-4M
|
| 197 |
+
If you find this dataset useful in your research, please use the following BibTeX entry for citation:
|
| 198 |
+
|
| 199 |
+
```bibtex
|
| 200 |
+
@inproceedings{wen2026go,
|
| 201 |
+
title={{Go Beyond Earth: Understanding Human Actions and Scenes in Microgravity Environments}},
|
| 202 |
+
author={Di Wen and Lei Qi and Kunyu Peng and Kailun Yang and Fei Teng and Ao Luo and Jia Fu and Yufan Chen and Ruiping Liu and Yitian Shi and M. Saquib Sarfraz and Rainer Stiefelhagen},
|
| 203 |
+
booktitle={International Conference on Learning Representations (ICLR)},
|
| 204 |
+
year={2026},
|
| 205 |
+
url={https://openreview.net/forum?id=gygGCVXeh3}
|
| 206 |
+
}
|
| 207 |
+
```
|
annotation_files/actions.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
annotation_files/bounding_boxes.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09f20c064715dc81fef93aab58c5f8d8034d20daf5aeaaf74b2e349d1b2a9adc
|
| 3 |
+
size 13433864
|
label_map/label_map.pbtxt
ADDED
|
@@ -0,0 +1,299 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
item {
|
| 2 |
+
name: "bend/bow (at the waist)"
|
| 3 |
+
id: 1
|
| 4 |
+
label_type: PERSON_MOVEMENT
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
item {
|
| 8 |
+
name: "crouch/kneel"
|
| 9 |
+
id: 3
|
| 10 |
+
label_type: PERSON_MOVEMENT
|
| 11 |
+
}
|
| 12 |
+
|
| 13 |
+
item {
|
| 14 |
+
name: "fall down"
|
| 15 |
+
id: 5
|
| 16 |
+
label_type: PERSON_MOVEMENT
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
item {
|
| 20 |
+
name: "get up"
|
| 21 |
+
id: 6
|
| 22 |
+
label_type: PERSON_MOVEMENT
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
item {
|
| 26 |
+
name: "jump/leap"
|
| 27 |
+
id: 7
|
| 28 |
+
label_type: PERSON_MOVEMENT
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
item {
|
| 32 |
+
name: "lie/sleep"
|
| 33 |
+
id: 8
|
| 34 |
+
label_type: PERSON_MOVEMENT
|
| 35 |
+
}
|
| 36 |
+
|
| 37 |
+
item {
|
| 38 |
+
name: "martial art"
|
| 39 |
+
id: 9
|
| 40 |
+
label_type: PERSON_MOVEMENT
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
item {
|
| 44 |
+
name: "run/jog"
|
| 45 |
+
id: 10
|
| 46 |
+
label_type: PERSON_MOVEMENT
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
+
item {
|
| 50 |
+
name: "sit"
|
| 51 |
+
id: 11
|
| 52 |
+
label_type: PERSON_MOVEMENT
|
| 53 |
+
}
|
| 54 |
+
|
| 55 |
+
item {
|
| 56 |
+
name: "stand"
|
| 57 |
+
id: 12
|
| 58 |
+
label_type: PERSON_MOVEMENT
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
item {
|
| 62 |
+
name: "walk"
|
| 63 |
+
id: 14
|
| 64 |
+
label_type: PERSON_MOVEMENT
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
+
item {
|
| 68 |
+
name: "carry/hold (an object)"
|
| 69 |
+
id: 17
|
| 70 |
+
label_type: OBJECT_MANIPULATION
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
item {
|
| 74 |
+
name: "climb (e.g., a mountain)"
|
| 75 |
+
id: 20
|
| 76 |
+
label_type: OBJECT_MANIPULATION
|
| 77 |
+
}
|
| 78 |
+
|
| 79 |
+
item {
|
| 80 |
+
name: "close (e.g., a door, a box)"
|
| 81 |
+
id: 22
|
| 82 |
+
label_type: OBJECT_MANIPULATION
|
| 83 |
+
}
|
| 84 |
+
|
| 85 |
+
item {
|
| 86 |
+
name: "cut"
|
| 87 |
+
id: 24
|
| 88 |
+
label_type: OBJECT_MANIPULATION
|
| 89 |
+
}
|
| 90 |
+
|
| 91 |
+
item {
|
| 92 |
+
name: "dress/undress clothing"
|
| 93 |
+
id: 26
|
| 94 |
+
label_type: OBJECT_MANIPULATION
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
item {
|
| 98 |
+
name: "drink"
|
| 99 |
+
id: 27
|
| 100 |
+
label_type: OBJECT_MANIPULATION
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
item {
|
| 104 |
+
name: "operate spaceship"
|
| 105 |
+
id: 28
|
| 106 |
+
label_type: OBJECT_MANIPULATION
|
| 107 |
+
}
|
| 108 |
+
|
| 109 |
+
item {
|
| 110 |
+
name: "eat"
|
| 111 |
+
id: 29
|
| 112 |
+
label_type: OBJECT_MANIPULATION
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
+
item {
|
| 116 |
+
name: "enter"
|
| 117 |
+
id: 30
|
| 118 |
+
label_type: OBJECT_MANIPULATION
|
| 119 |
+
}
|
| 120 |
+
|
| 121 |
+
item {
|
| 122 |
+
name: "hit (an object)"
|
| 123 |
+
id: 34
|
| 124 |
+
label_type: OBJECT_MANIPULATION
|
| 125 |
+
}
|
| 126 |
+
|
| 127 |
+
item {
|
| 128 |
+
name: "lift/pick up"
|
| 129 |
+
id: 36
|
| 130 |
+
label_type: OBJECT_MANIPULATION
|
| 131 |
+
}
|
| 132 |
+
|
| 133 |
+
item {
|
| 134 |
+
name: "open (e.g., a window, a car door)"
|
| 135 |
+
id: 38
|
| 136 |
+
label_type: OBJECT_MANIPULATION
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
item {
|
| 140 |
+
name: "play musical instrument"
|
| 141 |
+
id: 41
|
| 142 |
+
label_type: OBJECT_MANIPULATION
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
item {
|
| 146 |
+
name: "point to (an object)"
|
| 147 |
+
id: 43
|
| 148 |
+
label_type: OBJECT_MANIPULATION
|
| 149 |
+
}
|
| 150 |
+
|
| 151 |
+
item {
|
| 152 |
+
name: "pull (an object)"
|
| 153 |
+
id: 45
|
| 154 |
+
label_type: OBJECT_MANIPULATION
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
item {
|
| 158 |
+
name: "push (an object)"
|
| 159 |
+
id: 46
|
| 160 |
+
label_type: OBJECT_MANIPULATION
|
| 161 |
+
}
|
| 162 |
+
|
| 163 |
+
item {
|
| 164 |
+
name: "put down"
|
| 165 |
+
id: 47
|
| 166 |
+
label_type: OBJECT_MANIPULATION
|
| 167 |
+
}
|
| 168 |
+
|
| 169 |
+
item {
|
| 170 |
+
name: "read"
|
| 171 |
+
id: 48
|
| 172 |
+
label_type: OBJECT_MANIPULATION
|
| 173 |
+
}
|
| 174 |
+
|
| 175 |
+
item {
|
| 176 |
+
name: "take a photo"
|
| 177 |
+
id: 56
|
| 178 |
+
label_type: OBJECT_MANIPULATION
|
| 179 |
+
}
|
| 180 |
+
|
| 181 |
+
item {
|
| 182 |
+
name: "text on/look at a cellphone"
|
| 183 |
+
id: 57
|
| 184 |
+
label_type: OBJECT_MANIPULATION
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
+
item {
|
| 188 |
+
name: "throw"
|
| 189 |
+
id: 58
|
| 190 |
+
label_type: OBJECT_MANIPULATION
|
| 191 |
+
}
|
| 192 |
+
|
| 193 |
+
item {
|
| 194 |
+
name: "touch (an object)"
|
| 195 |
+
id: 59
|
| 196 |
+
label_type: OBJECT_MANIPULATION
|
| 197 |
+
}
|
| 198 |
+
|
| 199 |
+
item {
|
| 200 |
+
name: "turn (e.g., a screwdriver)"
|
| 201 |
+
id: 60
|
| 202 |
+
label_type: OBJECT_MANIPULATION
|
| 203 |
+
}
|
| 204 |
+
|
| 205 |
+
item {
|
| 206 |
+
name: "watch (e.g., TV)/any unspecified action"
|
| 207 |
+
id: 61
|
| 208 |
+
label_type: OBJECT_MANIPULATION
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
item {
|
| 212 |
+
name: "work on a computer"
|
| 213 |
+
id: 62
|
| 214 |
+
label_type: OBJECT_MANIPULATION
|
| 215 |
+
}
|
| 216 |
+
|
| 217 |
+
item {
|
| 218 |
+
name: "write"
|
| 219 |
+
id: 63
|
| 220 |
+
label_type: OBJECT_MANIPULATION
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
+
item {
|
| 224 |
+
name: "fight/hit (a person)"
|
| 225 |
+
id: 64
|
| 226 |
+
label_type: PERSON_INTERACTION
|
| 227 |
+
}
|
| 228 |
+
|
| 229 |
+
item {
|
| 230 |
+
name: "give/serve (an object) to (a person)"
|
| 231 |
+
id: 65
|
| 232 |
+
label_type: PERSON_INTERACTION
|
| 233 |
+
}
|
| 234 |
+
|
| 235 |
+
item {
|
| 236 |
+
name: "grab (a person)"
|
| 237 |
+
id: 66
|
| 238 |
+
label_type: PERSON_INTERACTION
|
| 239 |
+
}
|
| 240 |
+
|
| 241 |
+
item {
|
| 242 |
+
name: "hand clap"
|
| 243 |
+
id: 67
|
| 244 |
+
label_type: PERSON_INTERACTION
|
| 245 |
+
}
|
| 246 |
+
|
| 247 |
+
item {
|
| 248 |
+
name: "hand shake"
|
| 249 |
+
id: 68
|
| 250 |
+
label_type: PERSON_INTERACTION
|
| 251 |
+
}
|
| 252 |
+
|
| 253 |
+
item {
|
| 254 |
+
name: "hand wave"
|
| 255 |
+
id: 69
|
| 256 |
+
label_type: PERSON_INTERACTION
|
| 257 |
+
}
|
| 258 |
+
|
| 259 |
+
item {
|
| 260 |
+
name: "hug (a person)"
|
| 261 |
+
id: 70
|
| 262 |
+
label_type: PERSON_INTERACTION
|
| 263 |
+
}
|
| 264 |
+
|
| 265 |
+
item {
|
| 266 |
+
name: "kiss (a person)"
|
| 267 |
+
id: 72
|
| 268 |
+
label_type: PERSON_INTERACTION
|
| 269 |
+
}
|
| 270 |
+
|
| 271 |
+
item {
|
| 272 |
+
name: "listen to (a person)"
|
| 273 |
+
id: 74
|
| 274 |
+
label_type: PERSON_INTERACTION
|
| 275 |
+
}
|
| 276 |
+
|
| 277 |
+
item {
|
| 278 |
+
name: "push (another person)"
|
| 279 |
+
id: 76
|
| 280 |
+
label_type: PERSON_INTERACTION
|
| 281 |
+
}
|
| 282 |
+
|
| 283 |
+
item {
|
| 284 |
+
name: "take (an object) from (a person)"
|
| 285 |
+
id: 78
|
| 286 |
+
label_type: PERSON_INTERACTION
|
| 287 |
+
}
|
| 288 |
+
|
| 289 |
+
item {
|
| 290 |
+
name: "talk to (e.g., self, a person, a group)"
|
| 291 |
+
id: 79
|
| 292 |
+
label_type: PERSON_INTERACTION
|
| 293 |
+
}
|
| 294 |
+
|
| 295 |
+
item {
|
| 296 |
+
name: "watch (a person)"
|
| 297 |
+
id: 80
|
| 298 |
+
label_type: PERSON_INTERACTION
|
| 299 |
+
}
|
label_map/label_map.pdf
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
%PDF-1.4
|
| 2 |
+
%���� ReportLab Generated PDF document http://www.reportlab.com
|
| 3 |
+
1 0 obj
|
| 4 |
+
<<
|
| 5 |
+
/F1 2 0 R /F2 3 0 R
|
| 6 |
+
>>
|
| 7 |
+
endobj
|
| 8 |
+
2 0 obj
|
| 9 |
+
<<
|
| 10 |
+
/BaseFont /Helvetica /Encoding /WinAnsiEncoding /Name /F1 /Subtype /Type1 /Type /Font
|
| 11 |
+
>>
|
| 12 |
+
endobj
|
| 13 |
+
3 0 obj
|
| 14 |
+
<<
|
| 15 |
+
/BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding /Name /F2 /Subtype /Type1 /Type /Font
|
| 16 |
+
>>
|
| 17 |
+
endobj
|
| 18 |
+
4 0 obj
|
| 19 |
+
<<
|
| 20 |
+
/Contents 8 0 R /MediaBox [ 0 0 595.2756 841.8898 ] /Parent 7 0 R /Resources <<
|
| 21 |
+
/Font 1 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ]
|
| 22 |
+
>> /Rotate 0 /Trans <<
|
| 23 |
+
|
| 24 |
+
>>
|
| 25 |
+
/Type /Page
|
| 26 |
+
>>
|
| 27 |
+
endobj
|
| 28 |
+
5 0 obj
|
| 29 |
+
<<
|
| 30 |
+
/PageMode /UseNone /Pages 7 0 R /Type /Catalog
|
| 31 |
+
>>
|
| 32 |
+
endobj
|
| 33 |
+
6 0 obj
|
| 34 |
+
<<
|
| 35 |
+
/Author (\(anonymous\)) /CreationDate (D:20250502204424-01'00') /Creator (\(unspecified\)) /Keywords () /ModDate (D:20250502204424-01'00') /Producer (ReportLab PDF Library - www.reportlab.com)
|
| 36 |
+
/Subject (\(unspecified\)) /Title (\(anonymous\)) /Trapped /False
|
| 37 |
+
>>
|
| 38 |
+
endobj
|
| 39 |
+
7 0 obj
|
| 40 |
+
<<
|
| 41 |
+
/Count 1 /Kids [ 4 0 R ] /Type /Pages
|
| 42 |
+
>>
|
| 43 |
+
endobj
|
| 44 |
+
8 0 obj
|
| 45 |
+
<<
|
| 46 |
+
/Filter [ /ASCII85Decode /FlateDecode ] /Length 1964
|
| 47 |
+
>>
|
| 48 |
+
stream
|
| 49 |
+
GatU5gN)%,&:O:Si6fZR&cdL`RC@:d90,Z!,appmKq]]H2FXpa=NTG:+>2Yc$pi@&a.YHTBQ:87>lZ'7=T+?WhsuHI:E-\?Kci_0Ard4%0spb,IbrlYF%7c;k:=E*8<CpaPor1hT2RG8iVmeo4:ps\TZp%gUkki#+f3m5+_69edJ.=/mXKT\)-%.BdM8U+K0BuR=eh$HpBkaYdH3=_&^lr1:[7*h4dkec!!,/J1?6Ra?=d*?Pb@K;C'or$:)IFi!-q=rd_J[4dJc"jjr>d3#E%4h/LI+J'h]/jOMH^5_Ys@UDG$!]eL1aLM'p"ha/X"'+2pgcr!AC.QHrP$1-tD0`jl`LG[&kff%]nW*q"puNCSiN75^#7YCZk4FT,Y\)o2$e^7EF,qPfU_%f56sk,'l*QFAO4)XZ7"'6M=Xol\Sj%P@,l7l5?SDi"e8Lj?>>a6D*UCKZ<2&ek0ok0W\a9!3qQb-46LJt9q%>2H7Ba/Z)#HA#P#\VW2[&YG*9:X/a@4Tt]i'5A.aR>s7+@;Xd&Ra@ET9,tsGf`f&D>;@blbnA>kr=j@>QjAo.@WB>lkkf;a@pADD#r\a<50EFgrMA"sRn!!YM.Kt`[`Z'a*EGCt!hJ&E)2kN*1'BKQT[E74@Tg0m>R[lQgKm+RmFUhU/2t,5Z*6<!3<^3%'.,Ll<q)-ZlfBh%Ve1B%V11U.9lTJTDK80U8ThsW?T#YGUA'i(>HI`CZ0c(/N"QSG,92_DYRRhT-8*jS*)RL1OAZbb,dtu<;)Y39KANhhHP0&],p',W[X(Jb]-#!imtc+o+4jdu5$dFJ8S00=`)>ZP.RhUV!7"T>[O;$?.dsnfY"XA8>d.=?FMt=7^7j"4<2Jm<<ATU4FAfpcqG0h7=DZ$$`3-3\FVJM-N.5:L`aYFH,Bf:)]Phjc9u^9l[?fH>_sp4J`8los.bYKHBtScOTXi<VCrJAC08nbK6o1$`1cB>D*/c2D(0c!!a#<.GS+rnd.6HN;^Q,70eof_2+a#bDMcnW=)P[V15&"aEO[c*RM;tjZcTuKn*XcKFbRm?ne@]W!:hid^Z1d=9j4#_4Hmj>e<c.h=?7B_`9R:rbZlS[AN:R1r.%@sn?EK.J)k*4hP@_/*j:2pr*?[0_a\D2JD!Q8_F5&pY,jXO"-ah%5/Y$>uAN\O6*:_fc@rS7U@8b*T)hK=&X2Ap^gMHtj*H>br*+;BQdi7UFNd+Bg>S",iQ>lfT4r>B'fi6!aee&F@Z+\C<[4.*cXWnn;=]ZVX_Uf;bCaNXllA2deiM`2=cm?-bN0UCfc7[G^F3nE/nfhQ9BmIb`E)STI]un=Z_t'BKFZd=UDe``7U3?leUDl[F@^pDt0p;eR4l(Rr%B<@/m%`DNP7\Bil]B:r")DH)\#8!3Z;#(UQ.V\//m9SkVBHGThWs<>L=(JkqKD/,9[-hK@qu?.h\W2a^GYjnrBB)?;G;++d.bl4^YZ(*FS=T(SM&e4BsU99AdC$j%/q2!L^QhjOh_OF(M>kj91YNn&emURoMCtW8=:N.?p<<::]b0@dmF8\+:B&(b.nf2Ba/*]dmF2Xd&)RXOJ,AZ0d&iQ*_LqkD0h"').Xlm6Q,YCKB5@Q2E`=9$uL<H!u]hb&-F\pl(J7$d&)RHPX-*@0U.,A16NWud&)R$OJ,AZE?IW<*_LtlD0dT21:69h$>%S<$k-_*M[Z$V);=^Z#%VDr6QF1oVMA%l6^o,hJ.-:@LdDu$+bN#tj<?rKO<p\s%qS"\2Ef!0$uL;="Z!IL+U2IjdmFhlTF2V?arhK<3DbiF6tAPM[VT6RF"OC/(@bj"_tC[`/PPP@RW+Q.&D6](/\rC/YC6hl6K$koL>YKeRP%qj]_p'-RWfhBh8&tro4EV=[a.iYj56O(mfl0$.-9@paac(2r7>rgS9JoDZ"PV0,qnnm_N$5?i8BtE(d&uAF40OMG=L^aA&dY)Nt"!`4Z9nK(CHN%J,~>endstream
|
| 50 |
+
endobj
|
| 51 |
+
xref
|
| 52 |
+
0 9
|
| 53 |
+
0000000000 65535 f
|
| 54 |
+
0000000073 00000 n
|
| 55 |
+
0000000114 00000 n
|
| 56 |
+
0000000221 00000 n
|
| 57 |
+
0000000333 00000 n
|
| 58 |
+
0000000536 00000 n
|
| 59 |
+
0000000604 00000 n
|
| 60 |
+
0000000887 00000 n
|
| 61 |
+
0000000946 00000 n
|
| 62 |
+
trailer
|
| 63 |
+
<<
|
| 64 |
+
/ID
|
| 65 |
+
[<b4fcf6b9855f0bc49a935a45e53b101c><b4fcf6b9855f0bc49a935a45e53b101c>]
|
| 66 |
+
% ReportLab generated PDF document -- digest (http://www.reportlab.com)
|
| 67 |
+
|
| 68 |
+
/Info 6 0 R
|
| 69 |
+
/Root 5 0 R
|
| 70 |
+
/Size 9
|
| 71 |
+
>>
|
| 72 |
+
startxref
|
| 73 |
+
3001
|
| 74 |
+
%%EOF
|
videos/video_id_list.pdf
ADDED
|
Binary file (92.1 kB). View file
|
|
|
vqa_and_captioning/vqa_and_captioning.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|