ShunliWang commited on
Commit
c69adb5
·
verified ·
1 Parent(s): ef11c1d

Upload 4 files

Browse files
Files changed (4) hide show
  1. Keypoints.tar.gz +3 -0
  2. README.md +130 -3
  3. SupC14_Dataset.tar.gz +3 -0
  4. ann.tar.gz +3 -0
Keypoints.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf93b63af7663ef07988e2dcdc04400029fc1a82ed1afe101ff93a6c0a62441
3
+ size 2598001567
README.md CHANGED
@@ -1,3 +1,130 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Packages Check
2
+ The complete file list is shown below.
3
+
4
+ ```shell
5
+ .
6
+ ├── CPR_Dataset_S0.tar.gz.00 # 10 GB
7
+ ├── CPR_Dataset_S0.tar.gz.01 # 10 GB
8
+ ├── CPR_Dataset_S0.tar.gz.02 # 10 GB
9
+ ├── CPR_Dataset_S0.tar.gz.03 # 10 GB
10
+ ├── CPR_Dataset_S0.tar.gz.04 # 10 GB
11
+ ├── CPR_Dataset_S0.tar.gz.05 # 10 GB
12
+ ├── CPR_Dataset_S0.tar.gz.06 # 10 GB
13
+ ├── CPR_Dataset_S0.tar.gz.07 # 5.4 GB
14
+ ├── CPR_Dataset_S1.tar.gz.00 # 10 GB
15
+ ├── CPR_Dataset_S1.tar.gz.01 # 10 GB
16
+ ├── CPR_Dataset_S1.tar.gz.02 # 10 GB
17
+ ├── CPR_Dataset_S1.tar.gz.03 # 10 GB
18
+ ├── CPR_Dataset_S1.tar.gz.04 # 10 GB
19
+ ├── CPR_Dataset_S1.tar.gz.05 # 10 GB
20
+ ├── CPR_Dataset_S1.tar.gz.06 # 10 GB
21
+ ├── CPR_Dataset_S1.tar.gz.07 # 4.9 GB
22
+ ├── CPR_Double_Dataset_S0.tar.gz.00 # 10 GB
23
+ ├── CPR_Double_Dataset_S0.tar.gz.01 # 10 GB
24
+ ├── CPR_Double_Dataset_S0.tar.gz.02 # 10 GB
25
+ ├── CPR_Double_Dataset_S0.tar.gz.03 # 10 GB
26
+ ├── CPR_Double_Dataset_S0.tar.gz.04 # 10 GB
27
+ ├── CPR_Double_Dataset_S0.tar.gz.05 # 10 GB
28
+ ├── CPR_Double_Dataset_S0.tar.gz.06 # 10 GB
29
+ ├── CPR_Double_Dataset_S0.tar.gz.07 # 10 GB
30
+ ├── CPR_Double_Dataset_S0.tar.gz.08 # 10 GB
31
+ ├── CPR_Double_Dataset_S0.tar.gz.09 # 2.7 GB
32
+ ├── CPR_Double_Dataset_S1.tar.gz.00 # 10 GB
33
+ ├── CPR_Double_Dataset_S1.tar.gz.01 # 10 GB
34
+ ├── CPR_Double_Dataset_S1.tar.gz.02 # 10 GB
35
+ ├── CPR_Double_Dataset_S1.tar.gz.03 # 10 GB
36
+ ├── CPR_Double_Dataset_S1.tar.gz.04 # 10 GB
37
+ ├── CPR_Double_Dataset_S1.tar.gz.05 # 10 GB
38
+ ├── CPR_Double_Dataset_S1.tar.gz.06 # 10 GB
39
+ ├── CPR_Double_Dataset_S1.tar.gz.07 # 10 GB
40
+ ├── CPR_Double_Dataset_S1.tar.gz.08 # 9.6 GB
41
+ ├── SupC14_Dataset.tar.gz # 9.1 GB
42
+ ├── SupDC59_Dataset.tar.gz.00 # 10 GB
43
+ ├── SupDC59_Dataset.tar.gz.01 # 10 GB
44
+ ├── SupDC59_Dataset.tar.gz.02 # 10 GB
45
+ ├── SupDC59_Dataset.tar.gz.03 # 8.9 GB
46
+ ├── SupMC15_Dataset.tar.gz.00 # 10 GB
47
+ ├── SupMC15_Dataset.tar.gz.01 # 10 GB
48
+ ├── SupMC15_Dataset.tar.gz.02 # 6.0 GB
49
+ ├── Keypoints.tar.gz # 2.5 GB
50
+ └── ann.tar.gz # 128KB
51
+ ```
52
+
53
+ # Run the Preprocessing Script
54
+ We have written the preprocessing code of the CPR-Coach dataset. The preprocessing includs a series of merge, decompression and deletion operations.
55
+ The whole process may take 20-30 minutes.
56
+ Since the parallel processing is adopted, program interruption should be avoided.
57
+ After running the `process.sh` file, you can get the entire dataset.
58
+
59
+ ```shell
60
+ sh ./process.sh
61
+ ```
62
+
63
+ # Dataset Check
64
+ After the preprocessing, make sure that the structure of the dataset is same with the follow.
65
+ The total size of the dataset should be `451 GB`.
66
+
67
+ ```shell
68
+ .
69
+ ├── CPR_Dataset_S0
70
+ │   ├── C00_S0
71
+ │   ├── C01_S0
72
+ │   ├── C02_S0
73
+ │   └── ...
74
+ ├── CPR_Dataset_S1
75
+ │   ├── C00_S1
76
+ │   ├── C01_S1
77
+ │   ├── C02_S1
78
+ │   └── ...
79
+ ├── CPR_Double_Dataset_S0
80
+ │   ├── DC00_S0
81
+ │   ├── DC01_S0
82
+ │   ├── DC02_S0
83
+ │   └── ...
84
+ ├── CPR_Double_Dataset_S1
85
+ │   ├── DC00_S1
86
+ │   ├── DC01_S1
87
+ │   ├── DC02_S1
88
+ │   └── ...
89
+ ├── SupC14_Dataset
90
+ │   ├── SupC00
91
+ │   ├── SupC01
92
+ │   ├── SupC02
93
+ │   └── ...
94
+ ├── SupDC59_Dataset
95
+ │   ├── SupDC00
96
+ │   ├── SupDC01
97
+ │   ├── SupDC02
98
+ │   └── ...
99
+ ├── SupMC15_Dataset
100
+ │   ├── SupMC00
101
+ │   ├── SupMC01
102
+ │   ├── SupMC02
103
+ │   └── ...
104
+ ├── Keypoints
105
+ │   ├── all_errors_keypoints.pkl
106
+ │   ├── double_errors_keypoints.pkl
107
+ │   ├── test_keypoints.pkl
108
+ │   └── train_keypoints.pkl
109
+ ├── ann
110
+ │ ├── ActionList.txt
111
+ │ ├── all_errors_testlist.txt # Contains All paired-, triple- and quad-errors Samples
112
+ │ ├── double_errors_testlist.txt # Contains paired-errors Samples
113
+ │ ├── testlist.txt # Used for Single-class Testing
114
+ │ ├── testlist_of.txt # Used for Single-class Testing (Optical Flow)
115
+ │ ├── trainlist.txt # Used for Single-class Training
116
+ │ ├── trainlist_of.txt # Used for Single-class Training (Optical Flow)
117
+ │ └── triquad_errors_testlist.txt # Contains triple- and quad-errors Samples
118
+ └── process.sh
119
+ ```
120
+
121
+ # Dataset Structure Description
122
+
123
+ In the initial version of the dataset, we only collected videos of a single person dressed in two different clothes.
124
+ And only 59 types of double errors composite actions were explored.
125
+ These data exist in `CPR_Dataset_S0`, `CPR_Dataset_S1`, `CPR_Double_Dataset_S0` and `CPR_Double_Dataset_S1`.
126
+
127
+ We put the initial version of this work into CVPR-2023, and the reviewers gave us valuable suggestions: further enrich the types of samples and composite errors.
128
+
129
+ Therefore, we subsequently improved this dataset and recruited several volunteers to conduct supplementary data collection. These data are stored in `SupC14_Dataset`, `SupDC59_Dataset` and `SupMC15_Dataset`. We divided these samples in the `ann` directory.
130
+
SupC14_Dataset.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ee601c3634089a2794a4d61bb8f786cf6744b9cc391d3ce57e992e25a54ef4e
3
+ size 9683930812
ann.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d99337152cf5873ddc5cf6608d360119f85fa57378cf94699688f6540951e4
3
+ size 35485