mwmathis commited on
Commit
3bb8aa6
Β·
1 Parent(s): e296ba7

Update dlc_utils.py

Browse files
Files changed (1) hide show
  1. dlc_utils.py +3 -13
dlc_utils.py CHANGED
@@ -33,17 +33,7 @@ def predict_dlc(list_np_crops,
33
 
34
  # WIP error
35
  '''
36
- File "/home/user/app/dlc_utils.py", line 15, in predict_dlc
37
- dlc_live = DLCLive(DLCmodel, processor=dlc_proc)
38
- File "/home/user/.local/lib/python3.8/site-packages/dlclive/dlclive.py", line 155, in __init__
39
- self.read_config()
40
- File "/home/user/.local/lib/python3.8/site-packages/dlclive/dlclive.py", line 166, in read_config
41
- cfg_path = Path(self.path).resolve() / "pose_cfg.yaml"
42
- File "/usr/local/lib/python3.8/pathlib.py", line 1041, in __new__
43
- self = cls._from_parts(args, init=False)
44
- File "/usr/local/lib/python3.8/pathlib.py", line 682, in _from_parts
45
- drv, root, parts = self._parse_args(args)
46
- File "/usr/local/lib/python3.8/pathlib.py", line 666, in _parse_args
47
- a = os.fspath(a)
48
- TypeError: expected str, bytes or os.PathLike object, not NoneType
49
  '''
 
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
  '''