Skip to content

[Bug/Help] Missing files and model checkpoint for inference #3

@NanAlbert

Description

@NanAlbert

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:

  1. 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.
  2. 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.
  3. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions