mwmathis commited on
Commit
5c9a665
Β·
1 Parent(s): 603b20e

remove old wip message

Browse files
Files changed (1) hide show
  1. 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