Coder Social home page Coder Social logo

mahyarmirrashed / fiducial-tracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 13.51 MB

Track fiducials from multiple video streams and publish location information to listening peers.

License: MIT License

Python 100.00%
cnn darknet opencv server yolo zmq fiducial tracker

fiducial-tracker's Introduction

Fiducial Tracker

MIT License Code Sytle: cblack Commitizen friendly Total repo lines

An array of cameras sends video streams to the server module. There, the server, using zxingcpp, a general purpose barcode code scanning library, analyzes for QR code fiducials, and published their tracked locations to listening clients.

Communication between cameras and server is accomplished using REQ/REP sockets. This is so that the server can regulate the input camera feed to reduce staleness of communicated frames from video streams.

Conda Environment

To run the code, setup the necessary conda environment by running conda env create -f environment.yml.

Firebase Connection

To publish the tracked fiducial locations to your Firebase instance, set the FIREBASE_DATABASE_URL environment variable. If you are setting the environment with a .env file, create the .env in the same folder as this README. Then, download the firebase RTDB certificate JSON and pass it as the --firebase-certificate parameter for the client submodule.

fiducial-tracker's People

Contributors

mahyarmirrashed avatar

Stargazers

 avatar

Watchers

 avatar

fiducial-tracker's Issues

[Feat]: Add Ability to Stream Videos to Server

Client programs should have an added flag for taking videos as inputs. These videos should then be streamed from the clients over to the server. The server will "analyze" the streams and then pass some data off to the listeners.

[Feat]: Use `pyzbar` for QR Code Detection and Localization

Since pyzbar would be used anyway to get the data from the QR codes, why not take advantage of the fact that it already provides a polygon around the QR code when it scans for it? The images that we are passing are small and it is optimized for finding QR codes. In this manner, its speed might be equal to or better than YOLO. Not to mention, it would not require having a GPU.

[Feat]: Add Ability to Automatically Compile the `libdarknet.so` Library File

As a framework, darknet, can instead be referenced as a factory that generates libdarknet.so library files that can be interfaced with through Python. Instructions, including installer scripts, should be included so that users can obtain copies of the library file when running the program on their own computers.

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.