SysCV / sam-pt

SAM-PT: Extending SAM to zero-shot video segmentation with point-based tracking.
https://arxiv.org/abs/2307.01197
Apache License 2.0
937 stars 59 forks source link

Fail to download UVO dense dataset #36

Open LuciferZap opened 2 months ago

LuciferZap commented 2 months ago

Hello, as describe in the dataset prepare part, the second google drive path is no longer available, how can i get the uvo dense and sparse dataset? " cd data

pip install gdown gdown --no-check-certificate https://drive.google.com/uc?id=1AGu4BL-i_vDCMNtwsoSuo5wIyDVd5dRf unzip UVOv1.0.zip rm UVOv1.0.zip

Download the preprocessed videos

gdown --no-check-certificate --folder https://drive.google.com/drive/folders/1fOhEdHqrp_6D_tBsrR9hazDLYV2Sw1XC unzip UVO_Videos/uvo_videos_dense.zip unzip UVO_Videos/uvo_videos_sparse.zip mv uvo_videos_dense/ UVOv1.0/ mv uvo_videos_sparse/ UVOv1.0/ rm -rf UVO_Videos/ rm -rf __MACOSX/"

m43 commented 2 months ago

The https://drive.google.com/drive/folders/1fOhEdHqrp_6D_tBsrR9hazDLYV2Sw1XC link was taken from the official dataset website here, but it does not seem to be accessible anymore. I think you should contact the dataset creators/maintainers for help.