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

ivomarvan picture ivomarvan  路  3Comments

gpsmit picture gpsmit  路  3Comments

Vikalp-Reorder picture Vikalp-Reorder  路  3Comments

HoracceFeng picture HoracceFeng  路  3Comments

ryuzakinho picture ryuzakinho  路  4Comments