objdet_web icon indicating copy to clipboard operation
objdet_web copied to clipboard

Error while starting the app.py

Open alanbosco opened this issue 7 years ago • 2 comments

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'

alanbosco avatar Apr 10 '18 20:04 alanbosco

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.

makefile avatar Apr 11 '18 04:04 makefile

Ya i figured it out, ty btw.

alanbosco avatar May 27 '18 18:05 alanbosco