model_api
model_api copied to clipboard
Align model types naming
- Some model types are defined with capital case, some with lower case and some use mixed (e.g. "Classification", "CTPN", "MaskRCNN")
I think we could just use __class__.__name__ instead of artificial __model__ property
Sounds good to me if the class names are aligned as well.