Skip to content

An object detection app that uses YOLOv2 Tiny model for prediction. The tflite model is integrated in flutter with minimal UI.

Notifications You must be signed in to change notification settings

rohang1411/Objectify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objectify

It's an object detection app that uses YOLOv2 Tiny model for prediction of approx. 80 classes present in the coco dataset. The tflite model is integrated in flutter with minimal UI. As of now the app only supports still photos but I am working on detection on realtime video and the model to YOLOv4 tflite.

Steps to run

  1. First run install.bat
  2. Open terminal in the repo directory and run flutter pub get
  3. To create an APK file run flutter build apk and navigate to build\app\outputs\flutter-apk

About

An object detection app that uses YOLOv2 Tiny model for prediction. The tflite model is integrated in flutter with minimal UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published