GithubHelp home page GithubHelp logo

Comments (8)

timohaha avatar timohaha commented on May 21, 2024

Have you solved the problem?I have the same problem.

from darknet_face_with_landmark.

DayBreak-u avatar DayBreak-u commented on May 21, 2024

i had solved the problem, pull and make it.

from darknet_face_with_landmark.

timohaha avatar timohaha commented on May 21, 2024

i had solved the problem, pull and make it.
Dear author,Could you please share your solution?
thank you.

from darknet_face_with_landmark.

DayBreak-u avatar DayBreak-u commented on May 21, 2024

@timohaha add HSWISH and HSIGMODE to darknet.h

from darknet_face_with_landmark.

timohaha avatar timohaha commented on May 21, 2024

@timohaha add HSWISH and HSIGMODE to darknet.h

i know。but when i changed darknet.h file. Other problems arose.

./src/yolo_layer.c: In function ‘forward_yolo_layer’: ./src/yolo_layer.c:479:25: warning: variable ‘best_match_t’ set but not used [-Wunused-but-set-variable] int best_match_t = 0; ^ ./src/yolo_layer.c:724:21: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0 ; i< l.classes + 1 ; i++){ ^ compilation terminated due to -Wfatal-errors. Makefile:162: recipe for target 'obj/yolo_layer.o' failed make: *** [obj/yolo_layer.o] Error 1

from darknet_face_with_landmark.

minhtcai avatar minhtcai commented on May 21, 2024

It works for me now, thanks!

from darknet_face_with_landmark.

minhtcai avatar minhtcai commented on May 21, 2024

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.

So I guess here is
(1+coords+1) = 16, why do you have 14 coords? And where in the code I can read to understand and customize these settings?

Thank you!

from darknet_face_with_landmark.

DayBreak-u avatar DayBreak-u commented on May 21, 2024

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

from darknet_face_with_landmark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.