Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
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.


What I have tried:

I have tried to use Mask-RCNN on previous projects with not so good results.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900