File size: 989 Bytes
b5d5eac | 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 | RepCountA
|-- file_tree.txt
|-- annotation
| |-- test.csv
| |-- train.csv
| `-- valid.csv
|-- original_data
| |-- DownloadLink
| | |-- battle_rope.txt
| | |-- bench_pressing.txt
| | |-- front_raise.txt
| | |-- jump_jack.txt
| | |-- others.txt
| | |-- pommel.txt
| | |-- pull_up.txt
| | |-- push_up.txt
| | |-- situp.txt
| | |-- soccer_jungle.txt
| | `-- squat.txt
| `-- filename_mapping.xlsx
`-- video
|-- test
| |-- stu10_1.mp4
| |-- stu10_17.mp4
| |-- ......
| |-- ......
| |-- ......
| |-- val1257.mp4
| `-- val579.mp4
|-- train
| |-- stu10_0.mp4
| |-- stu10_10.mp4
| |-- ......
| |-- ......
| |-- ......
| |-- val912.mp4
| `-- val914.mp4
`-- valid
|-- stu10_13.mp4
|-- stu10_34.mp4
|-- ......
|-- ......
|-- ......
|-- val1093.mp4
`-- val901.mp4
7 directories, 1057 files
|