feat: Atualizar informações sobre treinamento e inferência no app.py
Browse files
app.py
CHANGED
@@ -223,9 +223,26 @@ def create_gradio_interface():
|
|
223 |
- **mAP@50-95:** 67,35%
|
224 |
- **Tempo de Inferência (CPU):** 171,56 ms
|
225 |
|
226 |
-
|
227 |
-
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
|
230 |
---
|
231 |
|
|
|
223 |
- **mAP@50-95:** 67,35%
|
224 |
- **Tempo de Inferência (CPU):** 171,56 ms
|
225 |
|
226 |
+
Os detalhes completos sobre os processos de treinamento, ajuste de hiperparâmetros, avaliação do modelo, construção do dataset e servidor de inferência podem ser consultados nos links abaixo.
|
227 |
+
|
228 |
+
<b></b>
|
229 |
+
<table style="margin-left: auto; margin-right: auto;">
|
230 |
+
<tr>
|
231 |
+
<td style="text-align: center; padding: 10px;">
|
232 |
+
<a href="https://huggingface.co/tech4humans/yolov8s-signature-detector">
|
233 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-md-dark.svg">
|
234 |
+
</a>
|
235 |
+
</td>
|
236 |
+
<td style="text-align: center; padding: 10px;">
|
237 |
+
<a href="https://huggingface.co/datasets/tech4humans/signature-detection">
|
238 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-md-dark.svg" alt="Dataset on HF">
|
239 |
+
</a>
|
240 |
+
</td>
|
241 |
+
<td style="text-align: center; padding: 10px;">
|
242 |
+
<a href="https://github.com/tech4ai/t4ai-signature-detect-server"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="GitHub Badge" /></a>
|
243 |
+
</td>
|
244 |
+
</tr>
|
245 |
+
</table>
|
246 |
|
247 |
---
|
248 |
|