YOLOv4 relu weights #8906
Answered
by
stephanecharette
ngr-francesco
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ngr-francesco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm currently working with a quantized version of yolov4 and trying to optimize performance as much as possible. In order to do so I'm considering using yolov4 with relu activations instead of mish (since relu can be easily fused with convolutional and batch normalization layers). In order to do that, though, I need to first get the weights for
yolov4-relu
.I'm using the coco dataset, on which yolo was trained in the first place, so before resorting to retraining the entire network I thought I'd ask here if anyone has these weights. The links I found in this and in other repos seem to be all broken so I couldn't find them anywhere (also the weights for leaky relu seem to be broken in this repo YOLOv4-model-zoo).
If no one has
yolov4-relu
weights, thenyolov4-leaky
would still be useful to get started.Thanks in advance (and thanks to the devs for maintaining the repo)!
Beta Was this translation helpful? Give feedback.
All reactions