Add author citation, set MIT license
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SegFormer-B0 Fine-Tuned on CMP Facade Dataset
|
| 2 |
|
| 3 |
Custom semantic segmentation model for facade parsing: wall, window, door, and balcony detection on rectified building facades.
|
|
@@ -90,6 +107,18 @@ This model is designed for use in a 2-pass facade segmentation pipeline:
|
|
| 90 |
|
| 91 |
## Citation
|
| 92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
CMP Dataset:
|
| 94 |
```bibtex
|
| 95 |
@INPROCEEDINGS{Tylecek13,
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- image-segmentation
|
| 6 |
+
- semantic-segmentation
|
| 7 |
+
- segformer
|
| 8 |
+
- facade
|
| 9 |
+
- cmp
|
| 10 |
+
- vision
|
| 11 |
+
pipeline_tag: image-segmentation
|
| 12 |
+
datasets:
|
| 13 |
+
- Xpitfire/cmp_facade
|
| 14 |
+
metrics:
|
| 15 |
+
- mean_iou
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
# SegFormer-B0 Fine-Tuned on CMP Facade Dataset
|
| 19 |
|
| 20 |
Custom semantic segmentation model for facade parsing: wall, window, door, and balcony detection on rectified building facades.
|
|
|
|
| 107 |
|
| 108 |
## Citation
|
| 109 |
|
| 110 |
+
Please cite this model if you use it:
|
| 111 |
+
|
| 112 |
+
```bibtex
|
| 113 |
+
@misc{corbetta_segformer_facade_cmp_2026,
|
| 114 |
+
author = {Marco Corbetta},
|
| 115 |
+
title = {segformer-b0-facade-cmp: SegFormer-B0 fine-tuned on CMP Facade},
|
| 116 |
+
year = {2026},
|
| 117 |
+
publisher = {Hugging Face},
|
| 118 |
+
howpublished = {\url{https://huggingface.co/Marco333/segformer-b0-facade-cmp}}
|
| 119 |
+
}
|
| 120 |
+
```
|
| 121 |
+
|
| 122 |
CMP Dataset:
|
| 123 |
```bibtex
|
| 124 |
@INPROCEEDINGS{Tylecek13,
|