Tutorial notebooks: PerSAM
Hi PerSAM authors :)
As your method is really cool I've contributed it to Hugging Face.
Here are 2 demo notebooks showcasing the PerSAM and PerSAM-f methods: https://github.com/NielsRogge/Transformers-Tutorials/tree/master/PerSAM.
Note that the Hugging Face implementation of SAM is used.
Cheers!
Btw there's already follow-up work: https://twitter.com/ducha_aiki/status/1660967979972960258
@NielsRogge Hi, thanks very much for your clear and valuable tutorials! Really appreciate your interest and contribution. We have quoted your tutorials in the README file.
Hey @ZrrSkywalker and @NielsRogge - thanks for your work in making this project more accessible.
I'm trying to understand how the target guided attention and target semantic prompting occur. Am I right in thinking this isn't being done in the notebooks Niels provided? And that to enable those features I would need to use the Sam Predictor from the original repo?
Best, Thom