Skip to content

macro-dadt/YoloIOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

Quick Start:

let classifier = YoloTinyV1Classifier()

classifier.loadModel()

classifier.classifyImage(your-image)

let boxes = classifier.result()

Installation:

• CocoaPods

use_frameworks!
pod 'YoloIOS', '~>1.0.0'


post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            if ['YoloIOS'].include? target.name
             config.build_settings['SWIFT_VERSION'] = '4.0'
            end
        end
    end
end

Features:

Realtime object detection Support for Android and iOS "Live" Switching between Portrait and Landscape Orientation

Technical details:

  • Swift 4.0, Object C++
  • Tensorflow
  • OpenCV 3.2.0

Licenses

All source code is licensed under the MIT License.

If you use it, i'll be happy to know about it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors