soon..
very soon
Any update on when the new YOLO will arrive? Are there any betas available?
it is now
Finally YOLO 4 is online!
Nice, but where can I find it? 馃榿
Is a TinyYOLOv4 Subversion planed?
Thanks for the links! Unfortunately the new "mish" function is not supported in OpenCV. Any other way to get the darknet model into OpenCV?
I get the following error trying to import the yolov4.cfg into OpenCV 4.3.0
OpenCV(4.3.0) ../OpenCV/modules/dnn/src/darknet/darknet_io.cpp:821: error: (-212:Parsing error) Unsupported activation: mish in function 'ReadDarknetFromCfgStream'
I was able to get past some of runtime errors by adding "mish" to darknet_io.cpp but the program still bombs on the .forward command.
Thanks for the links! Unfortunately the new "mish" function is not supported in OpenCV. Any other way to get the darknet model into OpenCV?
Wait for this PR: https://github.com/opencv/opencv/issues/17148
Most helpful comment
very soon