Aron Hegedüs
Results
1
issues of
Aron Hegedüs
I'm trying to use Yolov3 instead of Yolov3-tiny. I downloaded the yolov3.cfg and the yolov3.weights from https://github.com/AlexeyAB/darknet and changed the weights and the config Path ``` weightsPath = os.path.sep.join([YOLO_DIRECTORY, "yolov3.weights"])...