HarborYuan / ovsam

[ECCV 2024] The official code of paper "Open-Vocabulary SAM".
https://www.mmlab-ntu.com/project/ovsam
Other
945 stars 28 forks source link

Hugging Face Space link is invalid. #47

Closed UQHTy closed 1 month ago

UQHTy commented 1 month ago

Hi, brilliant work. Hugging Face LINK is invalid.

HarborYuan commented 1 month ago

Hi @UQHTy ,

Thanks for reporting this issue. I also cannot access the huggingface space now. It seems like a temporal internal error of huggingface.

I recommend you try this Huggingface demo locally. (Please refer to the README)

UQHTy commented 1 month ago

@HarborYuan Thanks for your reply. However, I need to download several weights (including, ovsam_R50x16_lvisnorare.pth; R50x16_fpn_lvis_norare_v3det.pth; RN50x16_LVISV1Dataset.pth; sam2clip_vith_rn50.pth) to run the ovsam_demo. Could you please provide the links to the relevant weights? Many thanks

HarborYuan commented 1 month ago

For class embeddings, you need to generate them in your machine. (Please refer to gen_cls in README).

For model weights, they are already provided. (https://huggingface.co/HarborYuan/ovsam_models).

I recommend you read the README file carefully before running the project.

HarborYuan commented 1 month ago

The Huggingface demo has been recovered.