Skip to content

YOLOv5 GUI inference framework built with Slint.

Notifications You must be signed in to change notification settings

codingonion/yolov5-gui-slint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv5-GUI-Slint

yolov5-gui-slint is a inference framework for YOLOv5 written in Rust Programming Language, built with Slint framework, and it is greatly inspired by bencevans/rust-opencv-yolov5.

Note that this repository is under active development.

Preview

YOLOv5-GUI-Slint

TODO

  • Rust slint-ui native GUI support.
  • *.onnx model format inference support.
  • Image/Video/Camera data input support.
  • *.pt model format inference support.
  • Rust multi-platform GUI support.
  • Codes refactoring using huggingface/candle ML framework.
  • ...

Acknowledgements

Thanks you for the following excellent public contributions.