--- title: On the Fly Ground Truth Generation emoji: 🤫 colorFrom: indigo colorTo: red sdk: gradio sdk_version: 4.3.0 app_file: app.py pinned: true --- ### On The Fly Ground Truth Generation Based on: [paper](https://arxiv.org/pdf/2304.09427.pdf) The ground truth for boundary detection is generated on the fly from the semantic segmentation ground truth. The code can be found in `otfgt`. ```bib @misc{ishikawa2023boosting, title={Boosting Semantic Segmentation with Semantic Boundaries}, author={Haruya Ishikawa and Yoshimitsu Aoki}, year={2023}, eprint={2304.09427}, archivePrefix={arXiv}, primaryClass={cs.CV} } _Examples are from [Aeroscapes](https://github.com/ishann/aeroscapes), [UDD](https://github.com/MarcWong/UDD) and [Floodnet](https://github.com/BinaLab/FloodNet-Challenge-EARTHVISION2021) datasets._