z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.77k stars 334 forks source link

Download of R50_DeAOTL_PRE_YTB_DAV.pth not possible anymore? #77

Open DiamondGlassDrill opened 1 year ago

DiamondGlassDrill commented 1 year ago

Download DeAOT/AOT model to ckpt, the default model is R50-DeAOT-L (R50_DeAOTL_PRE_YTB_DAV.pth).

neither with

gdown --id '1QoChMkTVxdYZ_eBlZhK2acq9KMQZccPJ' --output ./ckpt/R50_DeAOTL_PRE_YTB_DAV.pth

DiamondGlassDrill commented 1 year ago

Would be great if you could have a look. Thanks in advance.

yamy-cheng commented 10 months ago

Hi, can you download the model now? This link works for me.

Mei0211 commented 7 months ago

It doesn't work for me too.

z-x-yang commented 7 months ago

It doesn't work for me too.

The link works for me. Can you check if you are able to access Google?

mctosima commented 2 months ago

I think someone should put pip install gdown in ./script/install.sh