Skip to content

Tensorflow-lite Deeplab Real Time Segmentation on iOS with OpenCV

License

Notifications You must be signed in to change notification settings

toniz/deeplab-on-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow-lite Deeplab RealTime

1. Demo

2. Requirements:

3. Code reference

  • Opencv Example application made for this post.

  • Tensorflow Example application made for this post

  • Model File: DeepLab segmentation download (image segmentation model that assigns semantic labels (e.g., dog, cat, car) to every pixel in the input image)

4. Installation:

git clone https://github.com/toniz/deeplab-on-ios.git
cd deeplab-on-ios/
pod install
open DeeplabOnIOS.xcworkspace
  • DeepLabv3+:
@inproceedings{deeplabv3plus2018,
  title={Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation},
  author={Liang-Chieh Chen and Yukun Zhu and George Papandreou and Florian Schroff and Hartwig Adam},
  booktitle={ECCV},
  year={2018}
}

About

Tensorflow-lite Deeplab Real Time Segmentation on iOS with OpenCV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published