Skip to content

A circum sensor plugin to use ML pose detection on a camera stream.

License

Notifications You must be signed in to change notification settings

LumineerLabs/circum-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circum-cam

build PyPI

Webcam + ML sensor plugin for circum.

circum-cam uses a machine learning algorithm to identify and estimate the poses of people in an image. It takes a video stream from a webcam and periodically submits frames to the ML algorithm and reports the results to the circum network. Because it is able to identify detailed pose information, that is included for clients to utilize, if desired.

Install

  1. Install the circum-cam endpoint plugin.
pip3 install circum-cam
  1. Download the pretrained SMAP and RefineNet models. NOTE: these are distributed under the Apache 2.0 License please see https://github.com/LumineerLabs/circum-cam/raw/master/models/NOTICE, https://github.com/LumineerLabs/circum-cam/raw/master/models/LICENSE, and https://choosealicense.com/licenses/apache-2.0/ for more details.

If those links don't work, try https://github.com/zju3dv/SMAP#run-inference-on-custom-images

Usage

References

circum-cam would not have been possible without the following references:

About

A circum sensor plugin to use ML pose detection on a camera stream.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages