From cb48213066bc3b23fea3711e177d54c5a8ae51b8 Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 5 Aug 2024 09:41:40 +0200 Subject: [PATCH] Update links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be93740..7e227a7 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ cd checkpoints or individually from: -- [sam2_hiera_tiny.pt](https://dl.fbaipublicfiles.com/segment_anything_2/072824/sam2_hiera_tiny.pt) -- [sam2_hiera_small.pt](https://dl.fbaipublicfiles.com/segment_anything_2/072824/sam2_hiera_small.pt) -- [sam2_hiera_base_plus.pt](https://dl.fbaipublicfiles.com/segment_anything_2/072824/sam2_hiera_base_plus.pt) -- [sam2_hiera_large.pt](https://dl.fbaipublicfiles.com/segment_anything_2/072824/sam2_hiera_large.pt) +- [sam2_hiera_tiny.pt](https://huggingface.co/facebook/sam2-hiera-tiny) +- [sam2_hiera_small.pt](https://huggingface.co/facebook/sam2-hiera-small) +- [sam2_hiera_base_plus.pt](https://huggingface.co/facebook/sam2-hiera-base-plus) +- [sam2_hiera_large.pt](https://huggingface.co/facebook/sam2-hiera-large) Then SAM 2 can be used in a few lines as follows for image and video prediction.