This is the main repo hosting the computer vision sandbox for CognitiveXR.
It consists of the following main components:
cpopserver
: The CPOP server and message broker providing pub/sub functionality over MQTTdetect
: Object detection and tracking framework (name to be defined)
- Python v3.7+
make
To install the dependencies in a local Python virtualenv (in .venv
folder):
make install
Additional details for these topics following soon:
- Cuda
- Virtual Environment
- Models
Use this command to start the CPOP server:
make server
To run the local unit and integration tests:
make test