Skip to content
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 links to the pre-trained weights and the trained model #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ pip install -r requirements.txt


4. Download Pre-trained Weights
Download the pre-trained weights from the official SAM repository and place them in the weights directory:

Download the pre-trained weights from the following links:

- [Pre-trained weights for SAM2-Hiera-Tiny](https://huggingface.co/facebook/sam2-hiera-tiny/blob/f245b47be73d8858fb7543a8b9c1c720d9f98779/sam2_hiera_tiny.pt)
- [Trained model](https://huggingface.co/ayyuce/sam2rad)

Place the downloaded weights in the `weights` directory.


## Quickstart
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ scikit-learn
termcolor
pytorch_lightning
hydra-core
torchmetrics==1.6.3