GithubHelp home page GithubHelp logo

Comments (2)

Swalii avatar Swalii commented on September 26, 2024 1

@DiegoFernandezC

I really appreciate the time and effort you took to provide such detailed information, I was able to successfully solve the problem with awesome Norfair, I will update the repo and share, can help others with similar problems.

from norfair.

DiegoFernandezC avatar DiegoFernandezC commented on September 26, 2024

Hi @Swalii ,

Norfair will assign a unique ID to each object detected by your detector, and it will try to maintain this association throughout the video. This way, you can save the IDs of the vehicles that have already been seen, and use this information to decide whether to save a new image of an object or not.
Probably this demo that uses YOLOv5 could be useful for you if you do not have experience with Norfair.

However, you should be cautious about losing track of objects after occlusion or some ID switching, especially if your video is complex. These changes in the objects' IDs can result in errors. You can find more information on how to solve some of these common problems in the Norfair documentation, specifically in the section on Tracking issues.

Regarding the deployment process, it will depend on your specific application. It likely starts by building a Docker image that contains the project with all necessary information (models, code, API, and anything else you need), with locked dependencies. Once your project is working, you will need to decide where you want to deploy it, in the cloud, locally on a physical machine, etc.
The deployment process is not so simple as to give you a detailed solution and depends a lot on your particular case.
If you have problems with the Norfair deployment, do not hesitate to consult again adding more information.

from norfair.

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.