Hi everyone,
Our team is working on a project involving the segmentation of individual fish within clusters (groupers specifically). We have images with hundreds of groupers clustered together, and manually labeling each fish is proving to be very challenging and time-consuming. Does anyone have suggestions or methods for efficiently labeling these images for segmentation purposes? Thanks!
5 August 2024 9:58am
hi, if your intention is to use programming and a programming language like Python then one option which can give good results is the SAM (Segment Anything) or SAM-2 algorithm. The following weblinks include more information:
Meta Segment Anything Model 2
SAM 2 is a segmentation model that enables fast, precise selection of any object in any video or image.
Lampros Mouselimis