Rustem Galiullin
Rustem Galiullin
Thanks I'll test it out
hi @qubvel is there any update on this? I've just trained a model using this branch and it worked.
> @Rusteam is the code merged into the main repo??i want to use this model to fine-tune my data? > > It's not. Not sure if @qubvel has had a...
> @Rusteam how to train a model ,can u give some outlines?as author is not responding pls help me to train a model.. I have sent u an mail pls...
thanks for sharing, I'll try it if my current approach does not work. I've able to get some learning with [this transformers notebook](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/SAM/Fine_tune_SAM_(segment_anything)_on_a_custom_dataset.ipynb)
Hey hey hey. While this solution worked I can't say the model was able to learn on my data. We might need to use the version before my ddp adjustments...
> can we use this model to train on custom data?? @qubvel It didn't work with Unet yet, but I can make it work. Which models would be essential to...
> @Rusteam @qubvel can we use this model to train on custom data?? that was my intention as well, but I was unable to make it learn without passing box/point...
> It would be nice to start with integrating just the encoder first, so it could work with Unet and other decoders Actually just did that and running some experiments...
Do you want to use Sam image encoder with a Unet decoder or do you want to fine-tune full Sam model? If former, the it's working now, if latter then...