Spaces:
Build error
Build error
Commit
·
2c52661
1
Parent(s):
7b662f1
Update landmark_utils.py
Browse files- landmark_utils.py +1 -1
landmark_utils.py
CHANGED
@@ -180,7 +180,7 @@ def check_and_merge(location, forward, feedback, P_predict, status_fw=None, stat
|
|
180 |
return location_merge, check, P_predict
|
181 |
|
182 |
|
183 |
-
def detect_frames_track(frames
|
184 |
frames_num = len(frames)
|
185 |
assert frames_num != 0
|
186 |
frame_height, frame_width = frames[0].shape[:2]
|
|
|
180 |
return location_merge, check, P_predict
|
181 |
|
182 |
|
183 |
+
def detect_frames_track(frames):
|
184 |
frames_num = len(frames)
|
185 |
assert frames_num != 0
|
186 |
frame_height, frame_width = frames[0].shape[:2]
|