- 积分
- 437
- 金钱
- 389
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 437
- 金钱
- 389
- HASS币
- 0
|
发表于 2024-4-14 08:50:56
|
显示全部楼层
最后一顿胡倒腾,总算打开后台页面了,但ffmpeg 出错
2024-04-14 00:46:30.404408461 Traceback (most recent call last):
2024-04-14 00:46:30.404411187 File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
2024-04-14 00:46:30.404415765 self.run()
2024-04-14 00:46:30.404418310 File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
2024-04-14 00:46:30.404420073 self._target(*self._args, **self._kwargs)
2024-04-14 00:46:30.404421658 File "/opt/frigate/frigate/object_detection.py", line 102, in run_detector
2024-04-14 00:46:30.404456532 object_detector = LocalObjectDetector(detector_config=detector_config)
2024-04-14 00:46:30.404458432 File "/opt/frigate/frigate/object_detection.py", line 53, in __init__
2024-04-14 00:46:30.404459811 self.detect_api = create_detector(detector_config)
2024-04-14 00:46:30.404461218 File "/opt/frigate/frigate/detectors/__init__.py", line 18, in create_detector
2024-04-14 00:46:30.404492962 return api(detector_config)
2024-04-14 00:46:30.404494525 File "/opt/frigate/frigate/detectors/plugins/tensorrt.py", line 220, in __init__
2024-04-14 00:46:30.404496058 self.engine = self._load_engine(detector_config.model.path)
2024-04-14 00:46:30.404497547 File "/opt/frigate/frigate/detectors/plugins/tensorrt.py", line 88, in _load_engine
2024-04-14 00:46:30.404507829 with open(model_path, "rb") as f, trt.Runtime(self.trt_logger) as runtime:
2024-04-14 00:46:30.404527297 FileNotFoundError: [Errno 2] No such file or directory: '/home/frigate/model_cache/tensorrt/8.5.3/yolov5nu.trt'
2024-04-14 00:46:30.404528824 Exception ignored in: <function TensorRtDetector.__del__ at 0x7fc3637b3d30>
2024-04-14 00:46:30.404530065 Traceback (most recent call last):
2024-04-14 00:46:30.404531544 File "/opt/frigate/frigate/detectors/plugins/tensorrt.py", line 239, in __del__
2024-04-14 00:46:30.404656008 if self.outputs is not None:
2024-04-14 00:46:30.404709969 AttributeError: 'TensorRtDetector' object has no attribute 'outputs'
2024-04-14 00:46:31.384495370 [2024-04-14 00:46:31] audio.South ERROR : ffmpeg process is not running, |
|