You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "yoloface_gpu.py", line 48, in
_main()
File "yoloface_gpu.py", line 42, in _main
detect_video(YOLO(args), args.video, args.output)
File "D:\real_time_face_detect\yolo_realtime\yoloface-master\yolo\yolo.py", line 36, in init
self.boxes, self.scores, self.classes = self._generate()
File "D:\real_time_face_detect\yolo_realtime\yoloface-master\yolo\yolo.py", line 65, in _generate
self.yolo_model.load_weights(self.model_path)
AttributeError: 'YOLO' object has no attribute 'yolo_model'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "yoloface_gpu.py", line 48, in
_main()
File "yoloface_gpu.py", line 42, in _main
detect_video(YOLO(args), args.video, args.output)
File "D:\real_time_face_detect\yolo_realtime\yoloface-master\yolo\yolo.py", line 36, in init
self.boxes, self.scores, self.classes = self._generate()
File "D:\real_time_face_detect\yolo_realtime\yoloface-master\yolo\yolo.py", line 65, in _generate
self.yolo_model.load_weights(self.model_path)
AttributeError: 'YOLO' object has no attribute 'yolo_model'
The text was updated successfully, but these errors were encountered: