model_api icon indicating copy to clipboard operation
model_api copied to clipboard

Align model types naming

Open AlexKoff88 opened this issue 2 years ago • 2 comments

  • Some model types are defined with capital case, some with lower case and some use mixed (e.g. "Classification", "CTPN", "MaskRCNN")

AlexKoff88 avatar Mar 01 '23 15:03 AlexKoff88

I think we could just use __class__.__name__ instead of artificial __model__ property

Wovchena avatar Mar 06 '23 16:03 Wovchena

Sounds good to me if the class names are aligned as well.

AlexKoff88 avatar Mar 07 '23 05:03 AlexKoff88