Skip to content

A fun little project to detect objects in real-time written using RxSwift

License

Notifications You must be signed in to change notification settings

danikkm/MobileObjectDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileObjectDetector

Inspired by

https://developer.apple.com/documentation/vision/recognizing_objects_in_live_capture

Description

The app allows detecting objects in real-time by using compatible models*.

Optimized YOLOv5s model Non-optimized YOLOv5s model
app_yolov5s

Side note

ANE optimized models ultralytics/yolov5#2526 will run at full speed. The structure of the model should have the following things:

Key features

  • Ability to select compute module (ANE, GPU+CPU, or CPU only)
  • IoU and confidence thresholds adjustments
  • Support for the front and back-facing cameras
  • Ability to import .mlmodels from the Files app

TODO

  • Add support for other camera modules (other than iPhone 11 and later)
  • Add description view for the currently selected model by tapping on the label
  • Rewrite settings view controller with native table view
  • Implement edit actions in the table view, refactor

About

A fun little project to detect objects in real-time written using RxSwift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages