Coder Social home page Coder Social logo

Make error about traffic-sign-detection HOT 4 CLOSED

manatarms avatar manatarms commented on July 20, 2024
Make error

from traffic-sign-detection.

Comments (4)

glemaitre avatar glemaitre commented on July 20, 2024

Because you don't have a Makefile.
You need to run cmake first which will create a Makefile and then use make command.

Check this section of the README file

from traffic-sign-detection.

manatarms avatar manatarms commented on July 20, 2024

Thanks for your reply. Looks like I forgot to compile the gtest library. Sorry about asking you this here since it's not an issue but Any pointers on using this for videos?

from traffic-sign-detection.

glemaitre avatar glemaitre commented on July 20, 2024

Yep there is some potential. This is not my main research right now so I could not push it as I would have like. For video, you just need to split the stream into images. However, the algorithm is still not real time and it is where there is room for improvements.

In fact the optimization is not bounded and a large amount of time could be gain by bounding the parameters. Also, because we try to fit the 4 type of signs, some of them will go really wrong and time will be spend for results that will be discarded afterwords. Furthermore, this is performed in a sequence. So the following things can be done:

  • bound the optimization,
  • perform the 4 optimizations in parallel,
  • make an early stop when things go side ways.

from traffic-sign-detection.

manatarms avatar manatarms commented on July 20, 2024

Thanks so much. I really appreciate it. I will let you know what I come up with. Cheers

from traffic-sign-detection.

Related Issues (9)

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.