Tag: Parsing

EasyPortrait: Face Parsing and Portrait Segmentation Dataset

Apps with video calls have grown in popularity in recent years. Many use them daily for work, school, or to keep in touch with friends and family. Therefore, the functionality of video conferencing software strongly began to increase, adding new features based on Machine Learning models to their eco...

Parsing in Swift: a DTO-based Approach

Turning JSON into actual Swift types is something most apps have to deal with eventually. At the beginning of Swift, Apple was not opinionated about how we should approach that task. So people came up with a bunch of different libraries to do so. Some of them are quite esoteric. ...