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
INFO:root:Loading net and associated files...
Traceback (most recent call last):
File "app.py", line 307, in
start_from_terminal(app)
File "app.py", line 294, in start_from_terminal
app.clf = ImagenetClassifier(**ImagenetClassifier.default_args)
File "app.py", line 192, in init
self.net = darknet.load_net(base_dir + "PLANE/yolo-voc.2.0.cfg", base_dir + "backup/yolo-voc_26000.weights", 0)
AttributeError: module 'darknet' has no attribute 'load_net'
The text was updated successfully, but these errors were encountered:
The app.py is an example script for detection by using Caffe or Darknet YOLO models. You need modify and write your own code for underlying detection functions.
INFO:root:Loading net and associated files...
Traceback (most recent call last):
File "app.py", line 307, in
start_from_terminal(app)
File "app.py", line 294, in start_from_terminal
app.clf = ImagenetClassifier(**ImagenetClassifier.default_args)
File "app.py", line 192, in init
self.net = darknet.load_net(base_dir + "PLANE/yolo-voc.2.0.cfg", base_dir + "backup/yolo-voc_26000.weights", 0)
AttributeError: module 'darknet' has no attribute 'load_net'
The text was updated successfully, but these errors were encountered: