-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAM in yolo v4 use sigmoid or mish? #5355
Comments
thank you so is this part in cfg is WRC? |
No, Mish is just an activation function. For more information about WRC, you can take a look #4662. |
I know mish is an activation. |
yes, the backbone is csp. CSPDarknet53: Lines 30 to 745 in 6033baa
SPP: Lines 771 to 792 in 6033baa
PAN: Lines 747 to 1155 in 6033baa
top-down nodes of PAN: Lines 829 to 841 in 6033baa
Lines 894 to 906 in 6033baa
bottom-up nodes of PAN: Lines 994 to 995 in 6033baa
Lines 1081 to 1082 in 6033baa
|
thank you so much |
Hi @AlexeyAB where to find this cfg file yolov4-sam-mish.cfg |
Hi @WongKinYiu Thanks. I would like to ask how to implement conv_lstm in yolov4? |
According to the Fig.5 in paper, it shows that using sigmoid in SAM block, but in the config file it seems that mish is used.
darknet/cfg/yolov4-custom.cfg
Line 122 in 6033baa
The text was updated successfully, but these errors were encountered: