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
950 stars 60 forks source link

Error to load model when running the demo #28

Closed Hai-rf closed 9 months ago

Hai-rf commented 9 months ago

Hi! I'm trying to test with the demo code. I've installed the detectron2 and segment-anything pkgs, but when running the demo, there seems to be something went run when it's loading the sam_pt model...

截屏2023-12-05 18 13 47
Hai-rf commented 9 months ago

This error is because the co-tracker package was not installed. Currently, detection2, SAM, Davis-eval have been installed. After installing co-tracker, the sam_pt module can be correctly recognized.