Skip to content

robotarium/python_tag_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_tag_tracker

A tag tracking library written in Python3!

Installation

cd path/to/python_tag_tracker
python3 -m pip install .

For developer mode (if you plan on changing files a lot)

cd path/to/python_tag_tracker
python3 -m pip install -e .

Requirements

These are the required packages/modules to run the tag tracker.

Linux

No Linux packages explicitly required for now. Check the Dockerfile for more info, though.

Python

These are the required python packages. You don't need to install OpenCV via Pip if you compiled if from source.

  • numpy
  • paho-mqtt
  • vizier
  • opencv-contrib-python

About

A tag tracking library written in Python3!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published