Namespace Doji.AI.Segmentation
Classes
MobileSAM
Predictor using MobileSAM models. Call SetImage(Texture) to specify the image you want to generate masks for. After setting an image you can call Predict(float[], float[]) to get the masks. The results will be stored in the Result RenderTexture.