Semantic-Segment-Anything
Semantic-Segment-Anything copied to clipboard
Apply SSA on a single Image
Hi, I was thinking if it is possible to have a single image as input, apply the Segment Anything Model from Meta and the use this tool to get the actual labels for the predicted masks
Yes, this is exactly the function of SSA. To achieve this, first get the json file of the image masks with SAM, and put the image and image mask json file according to the data folder sturcture shown in the SSA repository, and then run SSA.
Hi, does a single Image work? like, applying this SSA on other datasets if we don't obtain the JSON files?
you can try the demo here https://replicate.com/cjwbw/semantic-segment-anything