Spaces:
Configuration error
Configuration error
Commit
·
6828b68
1
Parent(s):
b1d60cc
Update app
Browse files
app.py
CHANGED
@@ -364,6 +364,7 @@ def load_rgb_masked_frames(input_frames, kp_dict, stride=1, window_frames=25, wi
|
|
364 |
|
365 |
|
366 |
input_keypoints, resolution = kp_dict['kps'], kp_dict['resolution']
|
|
|
367 |
|
368 |
print("Creating masked input frames...")
|
369 |
input_frames_masked = []
|
|
|
364 |
|
365 |
|
366 |
input_keypoints, resolution = kp_dict['kps'], kp_dict['resolution']
|
367 |
+
print("Input keypoints: ", len(input_keypoints))
|
368 |
|
369 |
print("Creating masked input frames...")
|
370 |
input_frames_masked = []
|