Update configs/inference.yaml
Browse files- configs/inference.yaml +1 -0
configs/inference.yaml
CHANGED
|
@@ -12,4 +12,5 @@ dataset:
|
|
| 12 |
labels_suffix: ".slp"
|
| 13 |
vid_suffix: ".mp4"
|
| 14 |
clip_length: 32
|
|
|
|
| 15 |
anchors: "centroid" # can select this based on the keypoints present in the slp file
|
|
|
|
| 12 |
labels_suffix: ".slp"
|
| 13 |
vid_suffix: ".mp4"
|
| 14 |
clip_length: 32
|
| 15 |
+
crop_size: 70
|
| 16 |
anchors: "centroid" # can select this based on the keypoints present in the slp file
|