-
Notifications
You must be signed in to change notification settings - Fork 71
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
HSWISH Error while make #8
Comments
Have you solved the problem?I have the same problem. |
i had solved the problem, pull and make it. |
|
@timohaha add HSWISH and HSIGMODE to darknet.h |
i know。but when i changed darknet.h file. Other problems arose.
|
It works for me now, thanks! |
Also, what is the logic in your cfg file? So I guess here is Thank you! |
you can comparre my code with https://github.com/AlexeyAB/darknet , the data.c and yolo_layer.c should be change , now only support 5 point |
Hi, I was trying to make your repo but got this, how can I fix this?
./src/activations.c: In function ‘get_activation’:
./src/activations.c:59:42: error: ‘HSWISH’ undeclared (first use in this function); did you mean ‘SWISH’?
if (strcmp(s, "hswish") == 0) return HSWISH;
^~~~~~
SWISH
compilation terminated due to -Wfatal-errors.
Makefile:162: recipe for target 'obj/activations.o' failed
make: *** [obj/activations.o] Error 1
Also, what is the logic in your cfg file?
I was trying to run the model in Alexey, the filters before every yolo layer should be
(class+coords+1)*mask right? But when I change it doesn't work.
Thank you!
The text was updated successfully, but these errors were encountered: