Skip to content

object detector / yolo sensor for living-room, based on http://pjreddie.com/darknet/

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.gen
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

jedahan/yoloSensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoloSensor

This takes the darknet yolo 2 sensor, and sends it over osc to a living-room-server

/assert #yoloSensor found a wineglass at 0.73 0.23 0.01 0.05 1521216271

You can see what it sees with

/select #yoloSensor found a $label at $x $y $width $height $timestamp

install

You will need yolo.weights in the root directory

curl -Os http://pjreddie.com/media/files/yolo.weights

You will need liblo to compile

which brew && brew install liblo || sudo apt install liblo-dev

Compile with

make

running

./yoloSensor detector demo $PWD/cfg/coco.data $PWD/cfg/yolo.cfg $PWD/yolo.weights -thresh 0.05

credits

It is based off of Darknet

About

object detector / yolo sensor for living-room, based on http://pjreddie.com/darknet/

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.gen
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.5%
  • Cuda 8.6%
  • Other 0.9%