remove old wip message
Browse files- dlc_utils.py +1 -8
dlc_utils.py
CHANGED
@@ -29,11 +29,4 @@ def predict_dlc(list_np_crops,
|
|
29 |
list_kpts_per_crop.append(keypts_xyp)
|
30 |
all_kypts.append(keypts_xyp)
|
31 |
|
32 |
-
return list_kpts_per_crop
|
33 |
-
|
34 |
-
# WIP error
|
35 |
-
'''
|
36 |
-
File "/home/user/.local/lib/python3.8/site-packages/dlclive/dlclive.py", line 168, in read_config
|
37 |
-
raise FileNotFoundError(
|
38 |
-
FileNotFoundError: The pose configuration file for the exported model at /home/user/app/superanimal_quadruped/pose_cfg.yaml was not found. Please check the path to the exported model directory
|
39 |
-
'''
|
|
|
29 |
list_kpts_per_crop.append(keypts_xyp)
|
30 |
all_kypts.append(keypts_xyp)
|
31 |
|
32 |
+
return list_kpts_per_crop
|
|
|
|
|
|
|
|
|
|
|
|
|
|