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
configs directory 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_understanding and memory_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_understanding and memory_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.pt checkpoint
The repository currently provides SAAS_b+_ytvos_tma.pt, I would greatly appreciate it if you could provide the SAAS_l_ytvos_tma.pt model 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!
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:
configsdirectory is not included in the repository, especially the critical configuration file:configs/saas/saas_hiera_b+.yamlThis file is likely required for loading model parameters and inference settings.
trans_understandingandmemory_enhancerWhen 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.SAAS_l_ytvos_tma.ptcheckpointThe repository currently provides
SAAS_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!