Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cainxx/image-segmenter-ios

Ios integrated deeplab model Implementation of the Semantic Segmentation
https://github.com/cainxx/image-segmenter-ios

coreml deeplabv3 image-segmentation swift

Last synced: 4 months ago
JSON representation

Ios integrated deeplab model Implementation of the Semantic Segmentation

Lists

README

        

# Image Segmenter ios
Core ML Image Segmentation on ios

## Examples

## mlmodel
Core ML model file are converted from deeplab MobileNetv2
## Usage

```swift
let sourceImg = UIImage.init(named: "test.jpg")!
let segmentImg = sourceImg.segmentation()
```