Skip to content

Instantly share code, notes, and snippets.

View JonathanWMorris's full-sized avatar
🎯
Focusing

Jonathan Morris JonathanWMorris

🎯
Focusing
View GitHub Profile
// Don't forget to add to the project:
// 1. DeepLabV3 - https://developer.apple.com/machine-learning/models/
// 2. CoreMLHelpers - https://github.com/hollance/CoreMLHelpers
enum RemoveBackroundResult {
case background
case finalImage
}
extension UIImage {