Skip to content

Sandbox repo for testing various CV models for detecting and tracking objects

Notifications You must be signed in to change notification settings

cognitivexr/sandbox-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Sandbox

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 MQTT
  • detect: Object detection and tracking framework (name to be defined)

Prerequisites

  • Python v3.7+
  • make

Installation

To install the dependencies in a local Python virtualenv (in .venv folder):

make install

Details

Additional details for these topics following soon:

  • Cuda
  • Virtual Environment
  • Models

Execution

Use this command to start the CPOP server:

make server

Tests

To run the local unit and integration tests:

make test

About

Sandbox repo for testing various CV models for detecting and tracking objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages