Skip to content

cutamar/darknet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Darknet Person Detection

I limited darknet only to person detection for use with my raspberry security night cams.

The server.py is a flask server checking the cams for new images. If it recognizes a person, it calls you using twilio and sends mails with relevant pictures.

It's just a temporary solution and not very useful expect for me, because many things are hardcoded. In the near future, I am going to write a new solution using TensorFlow for the recognition part.

###Note

Link to weights file http://pjreddie.com/media/files/yolo.weights

About

Convolutional Neural Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.0%
  • Cuda 8.2%
  • Python 0.9%
  • C++ 0.3%
  • Makefile 0.3%
  • HTML 0.2%
  • Other 0.1%