-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added SAM2 model and post-processing #19
Conversation
Two ways forward:
What do you think? Can you edit the README? |
Both solutions seem good! Also, another way is to make a SAM2 pypi package just for our installation purpose. |
I would not commit to maintain a PyPi SAM 2 package! Things change too fast. |
I commented out the |
large
andbase_plus
modesSAM2 base_plus
instead oflight_hq_sam
toml
and providedenvs
The setup process might be still problematic, and it needs more testing.
SAM2 can be installed easily using
conda
, but forpip
, it will be installed from the git repo. I need to find a way to publish it topypi
since it doesn't support github link dependency.