Skip to content

set usb camera as security camera, trigger or human detection and send detection video over mail

License

Notifications You must be signed in to change notification settings

lisrael1/human_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

working on this one...

security camera base on HOG+SVM. can improve results if using YOLO, but YOLO is heavier for real time on old pc.

install with

pip install human_detection

run from terminal:

human_motion_detection -c "C:\Users\my_name\Downloads\configurations.yml"

configurations.yml for example:

mail:
  mail_user: my_google_user
  mail_pw: asdfwasdfwefsvdv
  send_to: my_friend@gmail.com
detection:
  check_human_every_x_images: 2
output:
  output_folder: "@format {env[HOME]}/Downloads/captures"
  # output_folder: C:\Users\my_name\Downloads\captures
  save_all_images: False
  save_images_with_detections: True
  add_detection_box: True
  duplications_of_each_image_at_video: 5
debug:
  print_debug_log: True
TODO
    add demo video
    add image with detection box

About

set usb camera as security camera, trigger or human detection and send detection video over mail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages