Using TensorFlow backend.
2019-01-26 22:13:33.399940: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
Traceback (most recent call last):
File "yolo.py", line 216, in
detect_img(YOLO())
File "yolo.py", line 32, in init
self.boxes, self.scores, self.classes = self.generate()
File "yolo.py", line 49, in generate
model_path = os.path.expanduser(self.model_path)
AttributeError: 'YOLO' object has no attribute 'model_path'
Using TensorFlow backend. 2019-01-26 22:13:33.399940: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 Traceback (most recent call last): File "yolo.py", line 216, in
detect_img(YOLO())
File "yolo.py", line 32, in init
self.boxes, self.scores, self.classes = self.generate()
File "yolo.py", line 49, in generate
model_path = os.path.expanduser(self.model_path)
AttributeError: 'YOLO' object has no attribute 'model_path'