Darknet: When is YOLO V4 online?

Created on 14 May 2019  路  12Comments  路  Source: pjreddie/darknet

Most helpful comment

very soon

All 12 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sujithm picture sujithm  路  3Comments

sayanmutd picture sayanmutd  路  3Comments

ivomarvan picture ivomarvan  路  3Comments

arianaa30 picture arianaa30  路  3Comments

AaronYKing picture AaronYKing  路  3Comments