SamirShabani commited on
Commit
38fe5d3
·
verified ·
1 Parent(s): e6c1a7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
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 `Arch-Intelli-RAG` project, it empowers multimodal systems to understand structured architectural content.
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 = {Fan, Zhiwen and Zhu, Lingjie and Li, Honghua and Zhu, Siyu and Tan, Ping},
118
- title = {FloorPlanCAD: A Large-Scale CAD Drawing Dataset for Panoptic Symbol},
119
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
120
- month = {October},
121
- year = {2021}
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