VIPL-SLP / VAC_CSLR

Visual Alignment Constraint for Continuous Sign Language Recognition. ( ICCV 2021)
https://openaccess.thecvf.com/content/ICCV2021/html/Min_Visual_Alignment_Constraint_for_Continuous_Sign_Language_Recognition_ICCV_2021_paper.html
Apache License 2.0
116 stars 19 forks source link

Gloss Segment Boundary Assignment Algorithm (GSBA) #40

Open snalyami opened 9 months ago

snalyami commented 9 months ago

Thank you for your great work! I'm wondering where the GSBA from your paper "Self-Mutual Distillation Learning for Continuous Sign Language Recognition" is applied in the code.

Thanks again!

ycmin95 commented 8 months ago

Thank you for your attention. We aim to maintain simplicity in the released code, and this specific section primarily enhances boundary accuracy. You can implement GSBA by extending the pseudo labels as detailed in the paper, a straightforward process based on this repository.