Spaces:
Running
Running
Update README file
Browse filesAdd information about the research project and the fund.
README.md
CHANGED
|
@@ -4,10 +4,49 @@ emoji: 🏃
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
short_description: Rebar detection models published in IWAGPR25
|
| 11 |
---
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.39.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: cc-by-4.0
|
| 11 |
short_description: Rebar detection models published in IWAGPR25
|
| 12 |
---
|
| 13 |
+
## 📜 Paper Citation
|
| 14 |
|
| 15 |
+
This Space is based on the research presented in our paper. If you use this work, please cite the following publication:
|
| 16 |
+
|
| 17 |
+
```bibtex
|
| 18 |
+
@inproceedings{elseicy2025rebar,
|
| 19 |
+
title = {Preliminary Study on Automating Rebar Detection in Reinforced Concrete Structures Using YOLOv11 and GPR Data},
|
| 20 |
+
author = {Elseicy, Ahmed and Solla, Mercedes and Novo, Alexandre},
|
| 21 |
+
year = 2025,
|
| 22 |
+
month = {July},
|
| 23 |
+
booktitle = {2025 13th International Workshop on Advanced Ground Penetrating Radar (IWAGPR)},
|
| 24 |
+
publisher = {IEEE},
|
| 25 |
+
pages = {323--328},
|
| 26 |
+
isbn = {979-8-3315-2335-0},
|
| 27 |
+
issn = {2687-7899}
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
```
|
| 31 |
+
## 💾 Dataset Reference
|
| 32 |
+
|
| 33 |
+
The full models and the dataset used in the project are published in Zenodo.
|
| 34 |
+
```bibtex
|
| 35 |
+
@misc{elseicy_2025_16638791,
|
| 36 |
+
title = {Deep learning model for rebar detection from GPR data},
|
| 37 |
+
author = {Elseicy, Ahmed and Solla, Mercedes},
|
| 38 |
+
year = 2025,
|
| 39 |
+
month = jul,
|
| 40 |
+
publisher = {Zenodo},
|
| 41 |
+
doi = {10.5281/zenodo.16638791},
|
| 42 |
+
url = {https://doi.org/10.5281/zenodo.16638791}
|
| 43 |
+
}
|
| 44 |
+
```
|
| 45 |
+
## 💰 Funding Acknowledgement
|
| 46 |
+
|
| 47 |
+
This research and development were made possible through the OVERSIGHT project (PID2022-138526OB-I00) funded by MICIU/AEI/10.13039/501100011033/FEDER, UE.
|
| 48 |
+
Grant PREP2022-000030 for the training of predoctoral researchers funded by MICIU/
|
| 49 |
+
AEI/10.13039/501100011033 and by FSE+.
|
| 50 |
+
M. Solla acknowledges the Grant RYC2019–026604–I funded by MICIU/
|
| 51 |
+
AEI/10.13039/501100011033 and by “ESF Investing in
|
| 52 |
+
your future”.
|