Hey, nice code, looks great, but could you help me with this? This happens when i try to run both of the files inside darknet folder. net.setInput(blob) NameError: name 'net' is not defined self.net.setInput(blob) AttributeError: 'Yolo' object has no attribute 'net'
Hey, nice code, looks great, but could you help me with this? This happens when i try to run both of the files inside darknet folder.
NameError: name 'net' is not defined
AttributeError: 'Yolo' object has no attribute 'net'