SVTAS
SVTAS copied to clipboard
Questions on TranSeger Pre-trained Weights & Model Zoo
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:
-
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?
-
Model Zoo Components
- Are the implementations of MS-TCN and ASFormer included in this repository?
Thanks a lot for your time and help!
-
About pre-train weight, you can training yourself by download dataset accroding from: https://github.com/Thinksky5124/SVTAS/blob/main/docs/prepare_dataset.md
-
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