SVTAS icon indicating copy to clipboard operation
SVTAS copied to clipboard

Questions on TranSeger Pre-trained Weights & Model Zoo

Open diyu8627 opened this issue 4 months ago • 1 comments

Hello, thank you for your impressive work on TranSeger — I'm currently working on a related multimodal task and found your approach very inspiring!

I have two questions while trying to reproduce the model:

  1. Pre-trained Weights

    • I couldn’t find the pre-trained weights required for initialization. Are they available, or is there a specific method to obtain them?
  2. Model Zoo Components

    • Are the implementations of MS-TCN and ASFormer included in this repository?

Thanks a lot for your time and help!

diyu8627 avatar Sep 03 '25 13:09 diyu8627

  1. About pre-train weight, you can training yourself by download dataset accroding from: https://github.com/Thinksky5124/SVTAS/blob/main/docs/prepare_dataset.md

  2. Ww indeed support MS-TCN and ASFormer: https://github.com/Thinksky5124/SVTAS/blob/main/svtas/model/tas/mstcn.py https://github.com/Thinksky5124/SVTAS/blob/main/svtas/model/tas/asformer.py

Thinksky5124 avatar Sep 05 '25 02:09 Thinksky5124