Jyxarthur / flowsam

Official Implementation of "Moving Object Segmentation: All You Need Is SAM (and Flow)" Junyu Xie, Charig Yang, Weidi Xie, Andrew Zisserman
https://www.robots.ox.ac.uk/~vgg/research/flowsam/
Apache License 2.0
223 stars 20 forks source link

Missing Pretrained Model Checkpoint Files #1

Closed JERRY41173 closed 2 months ago

JERRY41173 commented 2 months ago

Hello, I'm currently trying to replicate your project and encountered an issue where the pretrained model checkpoint files are missing. Specifically, the files sam_vit_h_4b8939.pth and sam_vit_b_01ec64.pth are referenced in the code but not available in the repository or via any provided links.

Could you please provide these files or update the repository with links to download them? This would be incredibly helpful for anyone trying to use or contribute to the project.

Thank you for your great work on this project, and I look forward to your response. image image

Jyxarthur commented 2 months ago

Hi, thanks for your interest in our work. The checkpoints mentioned are the official SAM ckpts, which can be found and downloaded in their official repo under the Section "Model Checkpoints".