-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I recently read your AAAI paper Segment Anything Across Shots and was inspired by its innovative approach to cross-shot segmentation. This aligns perfectly with my current research direction, so I tried to reproduce the inference process using your open-source code, but encountered critical file missing issues and a request for an additional model checkpoint. Details are as follows:
- Missing configs folder and key YAML fileThe entire
configsdirectory is not included in the repository, especially the critical configuration file:configs/saas/saas_hiera_b+.yaml
This file is likely required for loading model parameters and inference settings. - Missing core functions:
trans_understandingandmemory_enhancer
When executing the inference command provided in the documentation (or as per common usage), the runtime throws a TypeError: SAMBase.init() missing 2 required positional arguments for two functions:trans_understandingandmemory_enhancer. It is suspected that there may be other unopened auxiliary modules or dependency files related to these two functions. - Request for the
SAAS_l_ytvos_tma.ptcheckpoint
The repository currently providesSAAS_b+_ytvos_tma.pt, I would greatly appreciate it if you could provide theSAAS_l_ytvos_tma.ptmodel checkpoint (if available).
Your research on cross-shot segmentation is of great significance to my ongoing work. I would be grateful if you could help resolve these missing file issues.
Thank you very much for your contributions and support!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels