-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsettings.json
32 lines (32 loc) · 1.39 KB
/
settings.json
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
{
"batchName": "Little Drummer test set with hand data",
"lastUpdate": null,
"flags":{
"anon": false,
"includeHands": true,
"cleaned": false
},
"paths":{
"openpose":"C:\\Users\\cas\\openpose-1.7.0-binaries-win64-gpu-python3.7-flir-3d_recommended\\",
"project": "C:\\Users\\cas\\OneDrive - Goldsmiths College\\Projects\\Little Drummers\\",
"videos_in": "C:\\Users\\cas\\OneDrive - Goldsmiths College\\Projects\\Little Drummers\\test",
"videos_out": "C:\\Users\\cas\\OneDrive - Goldsmiths College\\Projects\\Little Drummers\\testhandsout",
"videos_out_openpose": "C:\\Users\\cas\\OneDrive - Goldsmiths College\\Projects\\Little Drummers\\testhandsout\\openpose",
"videos_out_timeseries": "C:\\Users\\cas\\OneDrive - Goldsmiths College\\Projects\\Little Drummers\\testhandsout\\timeseries",
"videos_out_analyses" : "C:\\Users\\cas\\OneDrive - Goldsmiths College\\Projects\\Little Drummers\\testhandsout\\analyses"
},
"filenames":{
"videos_json": "videos.json",
"clean_json": "clean.json",
"alldatanpz": "allframedata.npz",
"lefthandnpz": "lefthandframedata.npz",
"righthandnpz": "righthandframedata.npz",
"lefthandnpz": "lefthandframedata.npz",
"cleannpz": "cleandata.npz",
"cleanrightnpz": "cleanrightdata.npz",
"cleanleftnpz": "cleanleftdata.npz",
"cleandataparquet": "cleandata.parquet",
"righthandparquet": "righthand.parquet",
"lefthandparquet": "lefthand.parquet"
}
}