Skip to content

MobileNet in CoreML with Vision implemented for iPhone iOS in Swift

License

Notifications You must be signed in to change notification settings

0xPr0xy/MobileNet-CoreML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARScanner

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

preview

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

Releases

No releases published

Packages

No packages published

Languages