Skip to content

A javafx application that uses dl4j to detect objects in the image stream from your webcam

License

Notifications You must be signed in to change notification settings

pinglis/YoloCamFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoloCamFX

YoloCamFX is JavaFX Application that shows your webcam (if you have one) in a window and then runs either the default Yolo or Tiny Yolo implementation from dl4j to detect objects in the stream.

Each detected object is highlighted with a bounding box and marked with its label and confidence values.

You can select to run either yolo or tiny yolo from dl4j and the confidence threshold.

Yolo can return duplicate predictions for the same object so to reduce that a non-max suppression algorithm from here is used.

This project is an extension of yolo-dl4j from user jesunino but updated to support webcams.

About

A javafx application that uses dl4j to detect objects in the image stream from your webcam

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages