Hello i'm currently working on a project where i have to use instance segmentation of different parts of seedlings (the top part and the stem) Example image: https://imgur.com/kWAZBed I have to be able to calculate the angle of the hook for every seedling. I've heard that the Mask-RCNN instance segmentation method might not be good for biological images, so should i go with U-net semantic segmentation instead?. The problem with U-net is that every seed and root gets categorized into two classes, where as i need to calculate the angle for each of them. Some input would be appreciated.
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)