Views
No views yet
1git clone https://github.com/Kirandevraj/ISL-Fingerspelling-Dense
2cd ISL-Fingerspelling-Dense
3pip install -r requirements.txt
4bash demo.sh| File | Size | What it is |
|---|---|---|
recognition_standard.pt | 57.5 MB | ResNet-18 + 2-layer BiLSTM + CTC head, trained with CTC and frame-level cross-entropy. Standard split. |
recognition_signer.pt | 57.5 MB | Same architecture, signer-independent split. |
frame_classifier_standard.pt | 44.8 MB | Stage-1 ResNet-18 frame classifier, 27 classes. Drives localization. |
frame_classifier_signer.pt | 44.8 MB | Same, signer-independent split. |
1@inproceedings{islfs2026,
2 title = {Dense Frame Annotations for Low-Resource ISL Fingerspelling Recognition},
3 booktitle = {International Conference on Pattern Recognition (ICPR)},
4 year = {2026},
5 doi = {10.1007/978-3-032-31930-2_18}
6}