nvriese1 commited on
Commit
ffcb363
·
verified ·
1 Parent(s): 5933ae8

Publish Keypoint Detection Demo from Pictograph

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pretty_name: "Keypoint Detection Demo"
4
+ task_categories:
5
+ - keypoint-detection
6
+ tags:
7
+ - computer-vision
8
+ - pictograph
9
+ annotations_creators:
10
+ - expert-generated
11
+ size_categories:
12
+ - n<1K
13
+ source_datasets:
14
+ - original
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: "train/*"
20
+ ---
21
+
22
+ # Keypoint Detection Demo
23
+
24
+ > 60 images and 360 annotations across 6 classes, annotated as keypoint.
25
+
26
+ **[View on Pictograph](https://pictograph.io/datasets/pictograph/keypoint-detection-demo)** · [Pictograph](https://pictograph.io/org/pictograph) · [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
27
+
28
+ ## About
29
+
30
+ **Keypoint Detection Demo** is a computer-vision dataset curated and annotated on [Pictograph](https://pictograph.io/datasets/pictograph/keypoint-detection-demo). On Pictograph you can browse every annotated image, fork it into your own workspace in one click, export it in a dozen formats, or train a model on it directly: [open the dataset](https://pictograph.io/datasets/pictograph/keypoint-detection-demo).
31
+
32
+ ## At a glance
33
+
34
+ | Metric | Value |
35
+ | :--- | ---: |
36
+ | Images | 60 |
37
+ | Annotations | 360 |
38
+ | Classes | 6 |
39
+ | Annotation types | keypoint |
40
+ | Splits | train |
41
+
42
+ ## Dataset structure
43
+
44
+ This dataset uses the Hugging Face `imagefolder` layout: each split directory holds the images plus a `metadata.jsonl` that links every image to its annotations by `file_name`.
45
+
46
+ | Field | Description |
47
+ | :--- | :--- |
48
+ | `file_name` | Path to the image within the split directory. |
49
+ | `objects.bbox` | Bounding boxes as `[x, y, width, height]` (pixels). |
50
+ | `objects.categories` | Integer class index per box (matches the class list below). |
51
+ | `objects.category_names` | Human class name per box. |
52
+ | `keypoints` | Keypoints with class label, `x`, `y`, and `instance_id`. |
53
+
54
+ ## Use it
55
+
56
+ ```python
57
+ from datasets import load_dataset
58
+
59
+ ds = load_dataset("pictograph/keypoint-detection-demo")
60
+ print(ds)
61
+ ```
62
+
63
+ Prefer a full annotation editor, one-click fork, multi-format export, and one-click training? [Open this dataset on Pictograph](https://pictograph.io/datasets/pictograph/keypoint-detection-demo).
64
+
65
+ ## Classes
66
+
67
+ Class index matches `objects.categories` in `metadata.jsonl`.
68
+
69
+ | # | Class | Annotations |
70
+ | ---: | :--- | ---: |
71
+ | 0 | head | 60 |
72
+ | 1 | torso | 60 |
73
+ | 2 | l_hand | 60 |
74
+ | 3 | r_hand | 60 |
75
+ | 4 | l_foot | 60 |
76
+ | 5 | r_foot | 60 |
77
+
78
+ ## License
79
+
80
+ Released under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
81
+
82
+ ---
83
+
84
+ *Published from [Pictograph](https://pictograph.io/datasets/pictograph/keypoint-detection-demo) - annotate, train, and deploy from one API.*
85
+
train/metadata.jsonl ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"file_name": "pose_0056.png", "objects": {"bbox": [[107.0, 148.0, 194.0, 234.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [201.0, 148.0, 2.0, 188.0, 246.0, 2.0, 107.0, 241.0, 2.0, 301.0, 258.0, 2.0, 109.0, 366.0, 2.0, 245.0, 382.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
2
+ {"file_name": "pose_0023.png", "objects": {"bbox": [[175.0, 183.0, 189.0, 202.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [270.0, 183.0, 2.0, 258.0, 294.0, 2.0, 175.0, 298.0, 2.0, 364.0, 285.0, 2.0, 176.0, 378.0, 2.0, 344.0, 385.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
3
+ {"file_name": "pose_0049.png", "objects": {"bbox": [[149.0, 191.0, 191.0, 203.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [259.0, 191.0, 2.0, 249.0, 273.0, 2.0, 149.0, 271.0, 2.0, 340.0, 272.0, 2.0, 167.0, 368.0, 2.0, 297.0, 394.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
4
+ {"file_name": "pose_0027.png", "objects": {"bbox": [[213.0, 158.0, 207.0, 249.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [298.0, 158.0, 2.0, 294.0, 268.0, 2.0, 213.0, 282.0, 2.0, 420.0, 274.0, 2.0, 219.0, 392.0, 2.0, 319.0, 407.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
5
+ {"file_name": "pose_0035.png", "objects": {"bbox": [[223.0, 205.0, 177.0, 226.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [290.0, 205.0, 2.0, 302.0, 283.0, 2.0, 223.0, 304.0, 2.0, 400.0, 298.0, 2.0, 271.0, 431.0, 2.0, 342.0, 428.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
6
+ {"file_name": "pose_0010.png", "objects": {"bbox": [[144.0, 168.0, 238.0, 187.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [251.0, 168.0, 2.0, 258.0, 243.0, 2.0, 144.0, 242.0, 2.0, 382.0, 255.0, 2.0, 229.0, 350.0, 2.0, 310.0, 355.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
7
+ {"file_name": "pose_0050.png", "objects": {"bbox": [[174.0, 133.0, 179.0, 215.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [289.0, 133.0, 2.0, 267.0, 228.0, 2.0, 185.0, 236.0, 2.0, 353.0, 253.0, 2.0, 174.0, 337.0, 2.0, 313.0, 348.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
8
+ {"file_name": "pose_0016.png", "objects": {"bbox": [[187.0, 131.0, 156.0, 192.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [237.0, 131.0, 2.0, 253.0, 219.0, 2.0, 187.0, 273.0, 2.0, 343.0, 247.0, 2.0, 221.0, 323.0, 2.0, 319.0, 309.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
9
+ {"file_name": "pose_0051.png", "objects": {"bbox": [[113.0, 132.0, 182.0, 227.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [211.0, 132.0, 2.0, 191.0, 218.0, 2.0, 113.0, 264.0, 2.0, 295.0, 221.0, 2.0, 151.0, 319.0, 2.0, 264.0, 359.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
10
+ {"file_name": "pose_0036.png", "objects": {"bbox": [[235.0, 120.0, 187.0, 236.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [324.0, 120.0, 2.0, 327.0, 221.0, 2.0, 239.0, 255.0, 2.0, 422.0, 227.0, 2.0, 235.0, 299.0, 2.0, 383.0, 356.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
11
+ {"file_name": "pose_0012.png", "objects": {"bbox": [[256.0, 173.0, 157.0, 200.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [332.0, 173.0, 2.0, 337.0, 258.0, 2.0, 256.0, 269.0, 2.0, 413.0, 284.0, 2.0, 275.0, 373.0, 2.0, 402.0, 343.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
12
+ {"file_name": "pose_0007.png", "objects": {"bbox": [[80.0, 147.0, 192.0, 257.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [162.0, 147.0, 2.0, 175.0, 255.0, 2.0, 80.0, 289.0, 2.0, 272.0, 299.0, 2.0, 130.0, 392.0, 2.0, 216.0, 404.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
13
+ {"file_name": "pose_0001.png", "objects": {"bbox": [[193.0, 133.0, 222.0, 206.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [266.0, 133.0, 2.0, 288.0, 224.0, 2.0, 193.0, 250.0, 2.0, 415.0, 221.0, 2.0, 197.0, 302.0, 2.0, 344.0, 339.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
14
+ {"file_name": "pose_0044.png", "objects": {"bbox": [[123.0, 133.0, 185.0, 205.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [208.0, 133.0, 2.0, 212.0, 224.0, 2.0, 123.0, 246.0, 2.0, 308.0, 248.0, 2.0, 124.0, 338.0, 2.0, 287.0, 309.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
15
+ {"file_name": "pose_0015.png", "objects": {"bbox": [[255.0, 220.0, 203.0, 195.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [327.0, 220.0, 2.0, 337.0, 303.0, 2.0, 255.0, 358.0, 2.0, 458.0, 317.0, 2.0, 289.0, 412.0, 2.0, 427.0, 415.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
16
+ {"file_name": "pose_0059.png", "objects": {"bbox": [[78.0, 164.0, 226.0, 218.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [175.0, 164.0, 2.0, 197.0, 241.0, 2.0, 78.0, 242.0, 2.0, 304.0, 254.0, 2.0, 174.0, 382.0, 2.0, 279.0, 368.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
17
+ {"file_name": "pose_0003.png", "objects": {"bbox": [[140.0, 143.0, 209.0, 218.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [241.0, 143.0, 2.0, 264.0, 239.0, 2.0, 140.0, 259.0, 2.0, 349.0, 239.0, 2.0, 199.0, 361.0, 2.0, 296.0, 356.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
18
+ {"file_name": "pose_0017.png", "objects": {"bbox": [[189.0, 144.0, 203.0, 236.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [292.0, 144.0, 2.0, 303.0, 235.0, 2.0, 189.0, 269.0, 2.0, 392.0, 248.0, 2.0, 233.0, 320.0, 2.0, 343.0, 380.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
19
+ {"file_name": "pose_0042.png", "objects": {"bbox": [[162.0, 203.0, 247.0, 226.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [293.0, 203.0, 2.0, 292.0, 287.0, 2.0, 162.0, 297.0, 2.0, 409.0, 291.0, 2.0, 239.0, 429.0, 2.0, 370.0, 390.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
20
+ {"file_name": "pose_0020.png", "objects": {"bbox": [[189.0, 188.0, 253.0, 202.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [312.0, 188.0, 2.0, 314.0, 266.0, 2.0, 189.0, 276.0, 2.0, 442.0, 272.0, 2.0, 243.0, 390.0, 2.0, 364.0, 365.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
21
+ {"file_name": "pose_0019.png", "objects": {"bbox": [[234.0, 192.0, 171.0, 207.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [297.0, 192.0, 2.0, 314.0, 286.0, 2.0, 234.0, 304.0, 2.0, 405.0, 326.0, 2.0, 279.0, 399.0, 2.0, 337.0, 390.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
22
+ {"file_name": "pose_0005.png", "objects": {"bbox": [[160.0, 216.0, 149.0, 194.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [248.0, 216.0, 2.0, 232.0, 296.0, 2.0, 160.0, 336.0, 2.0, 309.0, 334.0, 2.0, 207.0, 401.0, 2.0, 254.0, 410.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
23
+ {"file_name": "pose_0038.png", "objects": {"bbox": [[218.0, 113.0, 195.0, 246.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [323.0, 113.0, 2.0, 310.0, 225.0, 2.0, 218.0, 284.0, 2.0, 413.0, 263.0, 2.0, 222.0, 348.0, 2.0, 360.0, 359.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
24
+ {"file_name": "pose_0028.png", "objects": {"bbox": [[126.0, 205.0, 208.0, 237.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [220.0, 205.0, 2.0, 230.0, 306.0, 2.0, 135.0, 331.0, 2.0, 334.0, 316.0, 2.0, 126.0, 400.0, 2.0, 271.0, 442.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
25
+ {"file_name": "pose_0025.png", "objects": {"bbox": [[221.0, 174.0, 181.0, 218.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [286.0, 174.0, 2.0, 305.0, 247.0, 2.0, 222.0, 240.0, 2.0, 402.0, 293.0, 2.0, 221.0, 344.0, 2.0, 351.0, 392.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
26
+ {"file_name": "pose_0040.png", "objects": {"bbox": [[222.0, 146.0, 197.0, 226.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [306.0, 146.0, 2.0, 317.0, 255.0, 2.0, 222.0, 283.0, 2.0, 419.0, 253.0, 2.0, 264.0, 372.0, 2.0, 388.0, 357.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
27
+ {"file_name": "pose_0008.png", "objects": {"bbox": [[204.0, 203.0, 232.0, 211.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [298.0, 203.0, 2.0, 308.0, 307.0, 2.0, 204.0, 328.0, 2.0, 436.0, 303.0, 2.0, 266.0, 414.0, 2.0, 349.0, 405.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
28
+ {"file_name": "pose_0039.png", "objects": {"bbox": [[191.0, 172.0, 189.0, 207.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [267.0, 172.0, 2.0, 281.0, 281.0, 2.0, 206.0, 332.0, 2.0, 380.0, 295.0, 2.0, 191.0, 379.0, 2.0, 351.0, 375.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
29
+ {"file_name": "pose_0053.png", "objects": {"bbox": [[103.0, 180.0, 221.0, 229.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [204.0, 180.0, 2.0, 199.0, 277.0, 2.0, 103.0, 330.0, 2.0, 324.0, 293.0, 2.0, 156.0, 409.0, 2.0, 271.0, 389.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
30
+ {"file_name": "pose_0009.png", "objects": {"bbox": [[204.0, 162.0, 194.0, 204.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [312.0, 162.0, 2.0, 319.0, 263.0, 2.0, 204.0, 291.0, 2.0, 398.0, 277.0, 2.0, 258.0, 361.0, 2.0, 368.0, 366.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
31
+ {"file_name": "pose_0024.png", "objects": {"bbox": [[179.0, 108.0, 207.0, 243.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [298.0, 108.0, 2.0, 305.0, 216.0, 2.0, 179.0, 229.0, 2.0, 386.0, 245.0, 2.0, 215.0, 289.0, 2.0, 332.0, 351.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
32
+ {"file_name": "pose_0052.png", "objects": {"bbox": [[133.0, 193.0, 162.0, 213.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [203.0, 193.0, 2.0, 212.0, 279.0, 2.0, 133.0, 313.0, 2.0, 295.0, 323.0, 2.0, 156.0, 390.0, 2.0, 257.0, 406.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
33
+ {"file_name": "pose_0029.png", "objects": {"bbox": [[153.0, 221.0, 176.0, 207.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [253.0, 221.0, 2.0, 241.0, 298.0, 2.0, 153.0, 303.0, 2.0, 329.0, 340.0, 2.0, 185.0, 393.0, 2.0, 315.0, 428.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
34
+ {"file_name": "pose_0043.png", "objects": {"bbox": [[163.0, 211.0, 210.0, 230.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [308.0, 211.0, 2.0, 283.0, 294.0, 2.0, 163.0, 307.0, 2.0, 373.0, 293.0, 2.0, 256.0, 441.0, 2.0, 367.0, 404.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
35
+ {"file_name": "pose_0022.png", "objects": {"bbox": [[110.0, 183.0, 225.0, 226.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [191.0, 183.0, 2.0, 214.0, 287.0, 2.0, 110.0, 303.0, 2.0, 335.0, 291.0, 2.0, 186.0, 409.0, 2.0, 264.0, 403.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
36
+ {"file_name": "pose_0014.png", "objects": {"bbox": [[131.0, 167.0, 195.0, 240.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [233.0, 167.0, 2.0, 229.0, 265.0, 2.0, 131.0, 277.0, 2.0, 326.0, 294.0, 2.0, 140.0, 386.0, 2.0, 267.0, 407.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
37
+ {"file_name": "pose_0054.png", "objects": {"bbox": [[194.0, 180.0, 149.0, 217.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [282.0, 180.0, 2.0, 268.0, 270.0, 2.0, 194.0, 319.0, 2.0, 343.0, 293.0, 2.0, 199.0, 397.0, 2.0, 318.0, 377.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
38
+ {"file_name": "pose_0018.png", "objects": {"bbox": [[182.0, 170.0, 220.0, 224.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [313.0, 170.0, 2.0, 298.0, 279.0, 2.0, 182.0, 274.0, 2.0, 402.0, 279.0, 2.0, 274.0, 390.0, 2.0, 374.0, 394.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
39
+ {"file_name": "pose_0032.png", "objects": {"bbox": [[122.0, 185.0, 209.0, 231.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [237.0, 185.0, 2.0, 235.0, 294.0, 2.0, 122.0, 299.0, 2.0, 300.0, 341.0, 2.0, 160.0, 375.0, 2.0, 331.0, 416.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
40
+ {"file_name": "pose_0046.png", "objects": {"bbox": [[65.0, 179.0, 200.0, 248.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [175.0, 179.0, 2.0, 188.0, 278.0, 2.0, 65.0, 293.0, 2.0, 265.0, 309.0, 2.0, 134.0, 393.0, 2.0, 234.0, 427.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
41
+ {"file_name": "pose_0055.png", "objects": {"bbox": [[79.0, 166.0, 213.0, 198.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [173.0, 166.0, 2.0, 168.0, 252.0, 2.0, 79.0, 239.0, 2.0, 292.0, 267.0, 2.0, 130.0, 354.0, 2.0, 196.0, 364.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
42
+ {"file_name": "pose_0013.png", "objects": {"bbox": [[193.0, 176.0, 159.0, 247.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [266.0, 176.0, 2.0, 278.0, 270.0, 2.0, 193.0, 284.0, 2.0, 352.0, 307.0, 2.0, 212.0, 372.0, 2.0, 298.0, 423.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
43
+ {"file_name": "pose_0006.png", "objects": {"bbox": [[199.0, 193.0, 204.0, 226.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [283.0, 193.0, 2.0, 299.0, 267.0, 2.0, 199.0, 292.0, 2.0, 403.0, 287.0, 2.0, 249.0, 419.0, 2.0, 325.0, 376.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
44
+ {"file_name": "pose_0057.png", "objects": {"bbox": [[121.0, 215.0, 233.0, 227.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [245.0, 215.0, 2.0, 229.0, 300.0, 2.0, 121.0, 295.0, 2.0, 354.0, 298.0, 2.0, 179.0, 442.0, 2.0, 301.0, 420.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
45
+ {"file_name": "pose_0011.png", "objects": {"bbox": [[148.0, 198.0, 231.0, 243.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [251.0, 198.0, 2.0, 260.0, 299.0, 2.0, 148.0, 311.0, 2.0, 379.0, 298.0, 2.0, 221.0, 441.0, 2.0, 299.0, 403.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
46
+ {"file_name": "pose_0031.png", "objects": {"bbox": [[201.0, 212.0, 207.0, 218.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [291.0, 212.0, 2.0, 285.0, 287.0, 2.0, 201.0, 310.0, 2.0, 408.0, 280.0, 2.0, 202.0, 372.0, 2.0, 314.0, 430.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
47
+ {"file_name": "pose_0030.png", "objects": {"bbox": [[112.0, 203.0, 174.0, 237.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [187.0, 203.0, 2.0, 186.0, 297.0, 2.0, 112.0, 356.0, 2.0, 286.0, 340.0, 2.0, 132.0, 394.0, 2.0, 207.0, 440.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
48
+ {"file_name": "pose_0021.png", "objects": {"bbox": [[145.0, 168.0, 187.0, 193.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [215.0, 168.0, 2.0, 234.0, 242.0, 2.0, 145.0, 284.0, 2.0, 332.0, 270.0, 2.0, 201.0, 361.0, 2.0, 283.0, 339.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
49
+ {"file_name": "pose_0048.png", "objects": {"bbox": [[140.0, 151.0, 204.0, 242.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [258.0, 151.0, 2.0, 235.0, 242.0, 2.0, 140.0, 254.0, 2.0, 344.0, 256.0, 2.0, 214.0, 393.0, 2.0, 310.0, 361.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
50
+ {"file_name": "pose_0047.png", "objects": {"bbox": [[229.0, 213.0, 198.0, 205.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [310.0, 213.0, 2.0, 320.0, 290.0, 2.0, 229.0, 330.0, 2.0, 427.0, 285.0, 2.0, 249.0, 388.0, 2.0, 361.0, 418.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
51
+ {"file_name": "pose_0000.png", "objects": {"bbox": [[110.0, 168.0, 244.0, 209.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [235.0, 168.0, 2.0, 231.0, 256.0, 2.0, 110.0, 259.0, 2.0, 354.0, 255.0, 2.0, 163.0, 355.0, 2.0, 275.0, 377.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
52
+ {"file_name": "pose_0034.png", "objects": {"bbox": [[86.0, 147.0, 168.0, 229.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [190.0, 147.0, 2.0, 174.0, 249.0, 2.0, 86.0, 299.0, 2.0, 254.0, 279.0, 2.0, 134.0, 376.0, 2.0, 234.0, 339.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
53
+ {"file_name": "pose_0004.png", "objects": {"bbox": [[169.0, 140.0, 161.0, 214.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [262.0, 140.0, 2.0, 246.0, 234.0, 2.0, 169.0, 265.0, 2.0, 330.0, 242.0, 2.0, 193.0, 354.0, 2.0, 328.0, 338.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
54
+ {"file_name": "pose_0037.png", "objects": {"bbox": [[138.0, 180.0, 190.0, 233.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [251.0, 180.0, 2.0, 238.0, 284.0, 2.0, 138.0, 286.0, 2.0, 328.0, 311.0, 2.0, 165.0, 406.0, 2.0, 266.0, 413.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
55
+ {"file_name": "pose_0041.png", "objects": {"bbox": [[187.0, 166.0, 199.0, 212.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [303.0, 166.0, 2.0, 279.0, 244.0, 2.0, 187.0, 238.0, 2.0, 386.0, 256.0, 2.0, 209.0, 350.0, 2.0, 299.0, 378.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
56
+ {"file_name": "pose_0058.png", "objects": {"bbox": [[86.0, 174.0, 170.0, 214.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [157.0, 174.0, 2.0, 171.0, 271.0, 2.0, 86.0, 278.0, 2.0, 256.0, 285.0, 2.0, 104.0, 361.0, 2.0, 227.0, 388.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
57
+ {"file_name": "pose_0002.png", "objects": {"bbox": [[138.0, 137.0, 198.0, 232.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [252.0, 137.0, 2.0, 238.0, 237.0, 2.0, 138.0, 275.0, 2.0, 336.0, 258.0, 2.0, 163.0, 345.0, 2.0, 265.0, 369.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
58
+ {"file_name": "pose_0033.png", "objects": {"bbox": [[40.0, 167.0, 230.0, 204.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [166.0, 167.0, 2.0, 166.0, 257.0, 2.0, 40.0, 271.0, 2.0, 253.0, 287.0, 2.0, 124.0, 371.0, 2.0, 270.0, 343.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
59
+ {"file_name": "pose_0045.png", "objects": {"bbox": [[196.0, 138.0, 187.0, 216.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [278.0, 138.0, 2.0, 295.0, 242.0, 2.0, 196.0, 273.0, 2.0, 378.0, 279.0, 2.0, 249.0, 349.0, 2.0, 383.0, 354.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
60
+ {"file_name": "pose_0026.png", "objects": {"bbox": [[214.0, 168.0, 223.0, 223.0]], "categories": [0], "category_names": ["head"]}, "keypoints": [{"category": "head", "category_id": 0, "keypoints": [323.0, 168.0, 2.0, 335.0, 264.0, 2.0, 214.0, 260.0, 2.0, 428.0, 268.0, 2.0, 312.0, 391.0, 2.0, 437.0, 339.0, 2.0], "node_names": ["head", "torso", "l_hand", "r_hand", "l_foot", "r_foot"], "num_keypoints": 6}]}
train/pose_0000.png ADDED

Git LFS Details

  • SHA256: d217163ef6d510328aab484f7f9326eb65975b85b816c319efc5eb50516e95df
  • Pointer size: 131 Bytes
  • Size of remote file: 268 kB
train/pose_0001.png ADDED

Git LFS Details

  • SHA256: 39c7bc7fde2e36dcbb146d4c7c09fbf5b6c6d069d290fd16de157dc347141a78
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
train/pose_0002.png ADDED

Git LFS Details

  • SHA256: a43a7fc735579dde35b6c1c11f6c99afb974b3ad9bc80413213a39d6446835ee
  • Pointer size: 131 Bytes
  • Size of remote file: 266 kB
train/pose_0003.png ADDED

Git LFS Details

  • SHA256: 85fe4efdce8a57944adec80088051c4f230135ccc9e882d53790288597a9db19
  • Pointer size: 131 Bytes
  • Size of remote file: 277 kB
train/pose_0004.png ADDED

Git LFS Details

  • SHA256: 7541e7426c9284ef47ab907583fe30ce22c8573116644ff9317d831af722b657
  • Pointer size: 131 Bytes
  • Size of remote file: 273 kB
train/pose_0005.png ADDED

Git LFS Details

  • SHA256: 0c27e666a7884e1b4d6392e25f8b7c70ad2d365935d3c1fc3a12305a2f80166a
  • Pointer size: 131 Bytes
  • Size of remote file: 262 kB
train/pose_0006.png ADDED

Git LFS Details

  • SHA256: 8ff7d4223b73865392fde9c30f62a96b150fae7dc78caba2fb03e3377fa0f4ef
  • Pointer size: 131 Bytes
  • Size of remote file: 254 kB
train/pose_0007.png ADDED

Git LFS Details

  • SHA256: 7e6f1ae02bff3df880a227b9d22bbd5e53eed740e99b86338f1ff0f9f7f9b618
  • Pointer size: 131 Bytes
  • Size of remote file: 271 kB
train/pose_0008.png ADDED

Git LFS Details

  • SHA256: 4b14d3c605a25d8d261ca7986173aca040b47a45abb53218a58cd4e90ba45550
  • Pointer size: 131 Bytes
  • Size of remote file: 264 kB
train/pose_0009.png ADDED

Git LFS Details

  • SHA256: 9d8a6470df885e5e5d4aa1d06ac0579f88f5f77ee045510a64b39d64e71a857c
  • Pointer size: 131 Bytes
  • Size of remote file: 279 kB
train/pose_0010.png ADDED

Git LFS Details

  • SHA256: f1edf149e66f175b0282accba629fa10e2214678d951e1c9fba6160ca55ffbcf
  • Pointer size: 131 Bytes
  • Size of remote file: 264 kB
train/pose_0011.png ADDED

Git LFS Details

  • SHA256: a2ac58c093fa12761e0a8262d85dcb1c321da945e4719854333fc822a29320a2
  • Pointer size: 131 Bytes
  • Size of remote file: 254 kB
train/pose_0012.png ADDED

Git LFS Details

  • SHA256: 185c09c4a810decd11e011a12d7f58de6b6a1a4071e62303ee43c480b8626a7d
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
train/pose_0013.png ADDED

Git LFS Details

  • SHA256: 35afb7a333300b5fd3ea7c0d7aeb665afcc2235ea92eea6a2d2629be97c623aa
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
train/pose_0014.png ADDED

Git LFS Details

  • SHA256: 86c5d321d6ad4db96fa976a39f8e84b14500245663f02f951f17cf98d7713eef
  • Pointer size: 131 Bytes
  • Size of remote file: 260 kB
train/pose_0015.png ADDED

Git LFS Details

  • SHA256: d16559f9426dfc54c8076d5fbb7d9c4b8db9f0edd6feb4b7818f08e7251c29a5
  • Pointer size: 131 Bytes
  • Size of remote file: 262 kB
train/pose_0016.png ADDED

Git LFS Details

  • SHA256: 4e4a995b34fae34c70041dad3c9a8404f3e03d4290dc7767f9ffef464e5bc192
  • Pointer size: 131 Bytes
  • Size of remote file: 279 kB
train/pose_0017.png ADDED

Git LFS Details

  • SHA256: 093bed44ac57819862bd28ce49b15415f225105b4b0d0f8fa6b835b424f575da
  • Pointer size: 131 Bytes
  • Size of remote file: 266 kB
train/pose_0018.png ADDED

Git LFS Details

  • SHA256: a14462bd7d573dece4445145b525e1719d5f90232c78fbc0ee649e9b025fe423
  • Pointer size: 131 Bytes
  • Size of remote file: 260 kB
train/pose_0019.png ADDED

Git LFS Details

  • SHA256: fbf7819f5b50022e9a60008ddadaf51d2fde02a28e3d12e164fb1f692d84ec71
  • Pointer size: 131 Bytes
  • Size of remote file: 280 kB
train/pose_0020.png ADDED

Git LFS Details

  • SHA256: d8696d5425708190bc420a197985a5d3fde61b0768f4048ce8063c0a356e7bf7
  • Pointer size: 131 Bytes
  • Size of remote file: 258 kB
train/pose_0021.png ADDED

Git LFS Details

  • SHA256: 4ce1b2b23fb3fba218ce86577c4b6a8fc35c1e1b55c52c340c1ded90d183e3ce
  • Pointer size: 131 Bytes
  • Size of remote file: 263 kB
train/pose_0022.png ADDED

Git LFS Details

  • SHA256: 40014fe95747026077e8c57eaacfbc01983a10bb79c95a6b61950b1d9951d1de
  • Pointer size: 131 Bytes
  • Size of remote file: 271 kB
train/pose_0023.png ADDED

Git LFS Details

  • SHA256: b70b0481acfa38d9c7abd3ced1724eff26d760a415b9b4e358d229b3ddcd8653
  • Pointer size: 131 Bytes
  • Size of remote file: 250 kB
train/pose_0024.png ADDED

Git LFS Details

  • SHA256: f692b140428ef2f2ce9b4dea718b02d3be689571997f039e0bba96b86726a7cb
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
train/pose_0025.png ADDED

Git LFS Details

  • SHA256: c700c2008e9ce8e1b07e0fa36c25fa11bbba459476e65277fc5ddea83d784bbf
  • Pointer size: 131 Bytes
  • Size of remote file: 265 kB
train/pose_0026.png ADDED

Git LFS Details

  • SHA256: e2c53337478aba550dbfa1e510fb21ce67f55cc101b4b70f38361ca55b06e3c2
  • Pointer size: 131 Bytes
  • Size of remote file: 261 kB
train/pose_0027.png ADDED

Git LFS Details

  • SHA256: 8aa898151e66e26e682d9cc05b2748ca00352fc69c6a29a2d85ab6f119f9ba2c
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
train/pose_0028.png ADDED

Git LFS Details

  • SHA256: f08985622da510d534f5e51ff0c5d25438798e65ef71357395da366157a65498
  • Pointer size: 131 Bytes
  • Size of remote file: 262 kB
train/pose_0029.png ADDED

Git LFS Details

  • SHA256: 562b12d1bb9dde55eca8ade9f9c1f440840d2d91c37e3d6c9c66c8c0e4f7be03
  • Pointer size: 131 Bytes
  • Size of remote file: 260 kB
train/pose_0030.png ADDED

Git LFS Details

  • SHA256: db55280ca64707e941c93021bdc9e57b0ad660b771789f00042db07d65d759d7
  • Pointer size: 131 Bytes
  • Size of remote file: 271 kB
train/pose_0031.png ADDED

Git LFS Details

  • SHA256: 374e3874ed71d3d4f393337f41dc8ce74298f9901f84263b7e251072ae802ae0
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
train/pose_0032.png ADDED

Git LFS Details

  • SHA256: 67f46cdcd0f8f0d72a4f5d930d72bcec03d1d4ee260c24ea9c94ee52f5d299d9
  • Pointer size: 131 Bytes
  • Size of remote file: 279 kB
train/pose_0033.png ADDED

Git LFS Details

  • SHA256: f4e642181b997fee024c03d6d2765ed554fdc97a0b7f3182ad0ce66c5a31d490
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
train/pose_0034.png ADDED

Git LFS Details

  • SHA256: 0720abc61d0fbfb2ca1de9c71f2e8c8fc585e4df60d8f03997fffa7bea3fa231
  • Pointer size: 131 Bytes
  • Size of remote file: 243 kB
train/pose_0035.png ADDED

Git LFS Details

  • SHA256: 3d9c4e0fcb7fb0d3cd913b619fa58df72fd292425a0046510f962655ff9cd273
  • Pointer size: 131 Bytes
  • Size of remote file: 273 kB
train/pose_0036.png ADDED

Git LFS Details

  • SHA256: 965afb6fddefcd9560b01cdc63665bba163eb3bf1bc4dcd638288206fdb44476
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
train/pose_0037.png ADDED

Git LFS Details

  • SHA256: ff42feaa2df1a92230efa138d0700e0555e6e4da7b4f6f8ba14bec21a4fe2694
  • Pointer size: 131 Bytes
  • Size of remote file: 253 kB
train/pose_0038.png ADDED

Git LFS Details

  • SHA256: 075d8f356213e4273087acf2568de882b35e190214d8d374b71914bf5a5285f9
  • Pointer size: 131 Bytes
  • Size of remote file: 258 kB
train/pose_0039.png ADDED

Git LFS Details

  • SHA256: 7edd9c3297d53892442c6aefee7776f2ba1b1a70d749355f8cb6d60bd469cc9e
  • Pointer size: 131 Bytes
  • Size of remote file: 272 kB
train/pose_0040.png ADDED

Git LFS Details

  • SHA256: bd77e8b10e0e9c74a6386638628570ee879c68711bd1712f3c90337d73b58b90
  • Pointer size: 131 Bytes
  • Size of remote file: 269 kB
train/pose_0041.png ADDED

Git LFS Details

  • SHA256: 04fb2bb44a7b561efa4dc0d714a18d129ed36130edeaf5dc4ba8ebbb80b44b21
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB
train/pose_0042.png ADDED

Git LFS Details

  • SHA256: 1093981ee5ad0b90ba6471abffdbc4cb9eb21a857b456c40f80accb50e1fecbf
  • Pointer size: 131 Bytes
  • Size of remote file: 272 kB
train/pose_0043.png ADDED

Git LFS Details

  • SHA256: bdc4c5cb86a4a234a9df5ee68410e4a661bfe45b88aa749c309b8e24e37b3cbc
  • Pointer size: 131 Bytes
  • Size of remote file: 255 kB
train/pose_0044.png ADDED

Git LFS Details

  • SHA256: 9a623df592e20cb46e9543227acbd191c0ad94368910b6f46a2b87ee06f88923
  • Pointer size: 131 Bytes
  • Size of remote file: 272 kB
train/pose_0045.png ADDED

Git LFS Details

  • SHA256: 6e9cfd7a0c42752ed7dd2f4ed5f8aea65facbb50554d2a7f79548a228696949f
  • Pointer size: 131 Bytes
  • Size of remote file: 277 kB
train/pose_0046.png ADDED

Git LFS Details

  • SHA256: 233957cbe4c8c867cf83231a9a3604e2a756185cc52dbe1e390240ad9555628e
  • Pointer size: 131 Bytes
  • Size of remote file: 262 kB
train/pose_0047.png ADDED

Git LFS Details

  • SHA256: 406f7de5024142110a0de9a3d4055bcc10e986cb5dd06457c02f06ef39635bc0
  • Pointer size: 131 Bytes
  • Size of remote file: 278 kB