The Wayback Machine - https://web.archive.org/web/20201016232040/https://github.com/0xPr0xy/MobileNet-CoreML
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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

About

MobileNet in CoreML with Vision implemented for iPhone iOS in Swift

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.