maikherbig / AIDeveloper

GUI-based software for training, evaluating and applying deep neural nets for image classification
BSD 2-Clause "Simplified" License
109 stars 20 forks source link

Implementing Masks #59

Open CptJackieSparrow opened 1 week ago

CptJackieSparrow commented 1 week ago

Hey there! Thank you for this awesome tool for people are not familiar with coding! I was curious if I can use my image dataset with masks. I already have my images and masks ready, but couldn't find how to make it so. Is masked r-cnn supported?

maikherbig commented 1 week ago

Hi, thanks :) Unfortunately, no. AIDeveloper is a tool only for "classification", this means Input = image, Output = integer (a number, indicating the predicted class). I think, what you are asking for is "segmentation", which means Input = image; Output = Image. AIDeveloper is not designed for that purpose. There are other nice & user-friendly tools for segmentation such as:

CptJackieSparrow commented 1 week ago

Thanks for your prompt answer and awesome application for free. Plus your suggestions and guidance for a total beginner like me. If there's anything I can support your work besides citing, please let me know!