Personalize-SAM for CVAT
The serverless version of the free annotation tool CVAT already supports SAM, I am wondering how hard it would be to add Personalize-SAM to it. Details are here: https://www.cvat.ai/post/facebook-segment-anything-model-in-cvat
Thanks for your useful and efficient CVAT platform. Based on the support of SAM, it would be quite easy to implement the training-free PerSAM. We just do some simple modifications to SAM's code in a few lines. For PerSAM-F, the 10-second training should to be conducted online every time to segment new sample. Our approach might help to annotate the same objects in many other images.
Is PerSAM compatible with the OpenVino SAM implementation?
@SebastianArriagadaS Yes, it's compatible.