Skip to content

Detect objects in real time from your webcam video feed and write the results back to the video

Notifications You must be signed in to change notification settings

vvilhonen/webcam-object-detection-3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overlay desired object detection results on live webcam video feed

Setup

(requires linux)

  • sudo apt-get -y install v4l2loopback-dkms ffmpeg
  • Install rust https://rustup.rs
  • Train model with the model/train.ipynb with the images you want

Running

cargo run --release

About

Detect objects in real time from your webcam video feed and write the results back to the video

Resources

Stars

Watchers

Forks