Skip to content

anooptomar1/CoreML

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARScanner

iOS 11 Project using Vision and CoreML to recognize objects from the camera's video output

currently

  • make VNCoreMLRequest every new videoframe (AVCaptureVideoDataOutputSampleBufferDelegate)
  • use VNSequenceRequestHandler
  • using MobileNet.mlmodel (https://arxiv.org/abs/1704.04861v1) for object classification

todo

  • figure out the best way to recognize multiple objects ( a better model like https://pjreddie.com/darknet/yolo/ , or process frame as a grid of small images )
  • bounding boxes
  • object tracking

About

CoreML, Vision, MobileNet, Swift, iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%