Views
No views yet
og_girafe_unet_crop.pt) for glottal area segmentation, as presented in the paper: A Detection-Gated Pipeline for Robust Glottal Area Waveform Extraction and Clinical Pathology Assessment.openglottal toolkit.1from huggingface_hub import hf_hub_download
2unet_path = hf_hub_download(repo_id="hari-krishnan-u/og_girafe_unet_crop", filename="og_girafe_unet_crop.pt")1openglottal displacement /path/to/video.avi \
2 --unet-weights "$unet_path" \
3 --start 0 --end 500 \
4 --mode lr \
5 --lr-position 0.5 \
6 --output results/1@misc{unnikrishnan2026openglottal,
2 title = {A Detection-Gated Pipeline for Robust Glottal Area
3 Waveform Extraction and Clinical Pathology Assessment},
4 author = {Unnikrishnan, Harikrishnan},
5 year = {2026},
6 eprint = {2603.02087},
7 archivePrefix = {arXiv},
8 primaryClass = {cs.CV},
9 url = {https://arxiv.org/abs/2603.02087}
10}