Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ pipeline_tag: object-detection
|
|
| 7 |
|
| 8 |
# Architect (YOLOv8m)
|
| 9 |
|
| 10 |
-
`Architect` is a fine-tuned YOLOv8m model for **architectural symbol spotting** in rasterized floor plans and CAD drawings. Developed as part of the `
|
| 11 |
|
| 12 |
## Model Summary
|
| 13 |
|
|
@@ -110,16 +110,15 @@ Training and validation curves are available in the results.png generated during
|
|
| 110 |
---
|
| 111 |
|
| 112 |
## 📚 Citation
|
| 113 |
-
|
| 114 |
-
If you use this model or dataset, please cite the original FloorPlanCAD paper:
|
| 115 |
-
|
| 116 |
@InProceedings{Fan_2021_ICCV,
|
| 117 |
-
author
|
| 118 |
-
title
|
| 119 |
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 120 |
-
month
|
| 121 |
-
year
|
| 122 |
}
|
|
|
|
| 123 |
|
| 124 |
## 👤 Creator
|
| 125 |
|
|
|
|
| 7 |
|
| 8 |
# Architect (YOLOv8m)
|
| 9 |
|
| 10 |
+
`Architect` is a fine-tuned YOLOv8m model for **architectural symbol spotting** in rasterized floor plans and CAD drawings. Developed as part of the `Architecture-RAG` project, it empowers multimodal systems to understand structured architectural content.
|
| 11 |
|
| 12 |
## Model Summary
|
| 13 |
|
|
|
|
| 110 |
---
|
| 111 |
|
| 112 |
## 📚 Citation
|
| 113 |
+
```bibtex
|
|
|
|
|
|
|
| 114 |
@InProceedings{Fan_2021_ICCV,
|
| 115 |
+
author = {Fan, Zhiwen and Zhu, Lingjie and Li, Honghua and Zhu, Siyu and Tan, Ping},
|
| 116 |
+
title = {FloorPlanCAD: A Large-Scale CAD Drawing Dataset for Panoptic Symbol},
|
| 117 |
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
|
| 118 |
+
month = {October},
|
| 119 |
+
year = {2021}
|
| 120 |
}
|
| 121 |
+
```
|
| 122 |
|
| 123 |
## 👤 Creator
|
| 124 |
|