Add sam2
https://github.com/facebookresearch/sam2
Also, is it possible to fine-tune keras-sam on custom dataset? or current implementation only for inference?
@divyashreepathihalli would probably know re inference. If we don't support it we should add it.
I don't see why we wouldn't want SAM 2, so SGTM to add. Are you looking to contribute this one?
Are you looking to contribute this one?
Not at the moment. I was exploring options for fine-tuning SAM on 3D data and came across this method, which supports both images and videos.
@mattdangerw @divyashreepathihalli If nobody is working on it, I would like to add this one.
or current implementation only for inference?
Only for inference when I wrote it. I never tested training so I wonder how much effort is required to support it. I can try to train and compare the gradients to PyTorch impl when I get some time.
@tirthasheshpatel Thanks. It would be really helpful.