Giter VIP home page Giter VIP logo

Comments (6)

 avatar commented on June 8, 2024 1

I made a quick example https://gist.github.com/x0rzkov/42e6bc596cc59c702171c2aabc0664ee

It is cropping the largest area detected if it is a car. In fact, it is tailored to my needs but we can make something more generic. Open to the discussion.

How do you see it ?

from go-darknet.

LdDl avatar LdDl commented on June 8, 2024

Interesting.

But. I don't think it is good idea to use REST for such purpose. I find it more "correct" to use gRPC (for example)
Also I'd prefer to send bbox params to client (JavaScript) and make crops/renders on client side.

p.s. by the way I'm working on gRPC listening server right now ;)

from go-darknet.

 avatar commented on June 8, 2024

Can you help me to fix the gpu issue first ? I need to make some tests

from go-darknet.

 avatar commented on June 8, 2024

My version has a big problem, it is multi-threading. I tried the gpu version with 24 queries per seconds and it crashes.

Do you know how we can make the model to be multi-threaded ?

Do you have a twitter account ? so we can DM and not pollute the go-darknet issue with some questions I have ? my handle is https://twitter.com/x0rzkov

from go-darknet.

LdDl avatar LdDl commented on June 8, 2024

related issues in AlexeyAB's Darknet:
AlexeyAB/darknet#4356
AlexeyAB/darknet#3906

My bet, that the best solution (currently) would be making lock via mutexes for *YOLONetwork.
Or maybe make a queue (but it can grow very fast) via channels.

p.s. https://twitter.com/GreatAkcium

from go-darknet.

 avatar commented on June 8, 2024

I cannot DM you, you ll have to follow me and send the first DM.

I am testing a couple of things on mutexes. Keep u in touch

from go-darknet.

Related Issues (17)

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.