kaistmm / SlowFastSign

[ICASSP 2024] Official code for Slowfast Network for Continuous Sign Language Recognition
17 stars 6 forks source link

Slowfast baseline #3

Open southnt opened 2 months ago

southnt commented 2 months ago

Could you tell me where is the slowfast baseline model. It seem it not from this repo: https://github.com/facebookresearch/SlowFast/tree/main/slowfast/models

Thank you in advance!

junseok520 commented 1 month ago

SlowFastSign/slowfast_module is basically built from the repo you mentioned. However, we have modified the code for the sign language specific modules mentioned in the paper (e.g. bidirectional feature fusion). The slowfast.py in our repo corresponds to the video_model_builder.py in the original repo.