Update README.md
Browse files
README.md
CHANGED
|
@@ -50,14 +50,12 @@ The finetuned models available in this repository are based on following archite
|
|
| 50 |
- [MobileNetV3](https://huggingface.co/timm/mobilenetv3_small_100.lamb_in1k) (small and large version)
|
| 51 |
- [MobileViT v2](https://huggingface.co/apple/mobilevitv2-1.0-imagenet1k-256)
|
| 52 |
|
| 53 |
-
| Architecture | Validation Accuracy | Test Accuracy |
|
| 54 |
-
|--------------|--------------------:|--------------:|
|
| 55 |
-
| MobileNetV2 |
|
| 56 |
-
| MobileNetV3 Small |
|
| 57 |
-
| MobileNetV3 Large | 1.
|
| 58 |
-
| MobileViT v2 | 0.
|
| 59 |
-
|
| 60 |
-
> This repository contains two model variants: models prefix with "final_" are finetuned with no test set
|
| 61 |
|
| 62 |
> These results should be interpreted with care. Although the models reach very high scores on the current splits, the task may be partially dataset-dependent.
|
| 63 |
|
|
@@ -113,9 +111,12 @@ Examples include:
|
|
| 113 |
|
| 114 |
| Illuminated | Not Illuminated |
|
| 115 |
|:-----------:|:---------------:|
|
| 116 |
-
|
|
| 117 |
-
|
|
| 118 |
-
|
|
|
|
|
|
|
|
|
|
| 119 |
# Usage
|
| 120 |
|
| 121 |
## Python — ONNX local
|
|
@@ -356,11 +357,17 @@ If you use these models in your research, please cite:
|
|
| 356 |
|
| 357 |
# Funding
|
| 358 |
|
| 359 |
-
<div style="display: flex; align-items: center; justify-content: center;
|
| 360 |
-
|
| 361 |
-
|
| 362 |
-
<
|
| 363 |
-
|
| 364 |
-
</
|
| 365 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 366 |
</div>
|
|
|
|
| 50 |
- [MobileNetV3](https://huggingface.co/timm/mobilenetv3_small_100.lamb_in1k) (small and large version)
|
| 51 |
- [MobileViT v2](https://huggingface.co/apple/mobilevitv2-1.0-imagenet1k-256)
|
| 52 |
|
| 53 |
+
| Architecture | Validation Accuracy | Test Accuracy |
|
| 54 |
+
|--------------|--------------------:|--------------:|
|
| 55 |
+
| MobileNetV2 | 0.995 | 0.982 |
|
| 56 |
+
| MobileNetV3 Small | 0.991 | 0.968 |
|
| 57 |
+
| MobileNetV3 Large | 1.0 | 0.986 |
|
| 58 |
+
| MobileViT v2 | 0.995 | 0.977 |
|
|
|
|
|
|
|
| 59 |
|
| 60 |
> These results should be interpreted with care. Although the models reach very high scores on the current splits, the task may be partially dataset-dependent.
|
| 61 |
|
|
|
|
| 111 |
|
| 112 |
| Illuminated | Not Illuminated |
|
| 113 |
|:-----------:|:---------------:|
|
| 114 |
+
| <img src="assets/illuminated/1.png" width="150" height="150" style="object-fit:cover;"> | <img src="assets/not_illuminated/1.jpeg" width="150" height="150" style="object-fit:cover;"> |
|
| 115 |
+
| <img src="assets/illuminated/2.jpg" width="150" height="150" style="object-fit:cover;"> | <img src="assets/not_illuminated/2.jpg" width="150" height="150" style="object-fit:cover;"> |
|
| 116 |
+
| <img src="assets/illuminated/3.png" width="150" height="150" style="object-fit:cover;"> | <img src="assets/not_illuminated/3.jpg" width="150" height="150" style="object-fit:cover;"> |
|
| 117 |
+
| <img src="assets/illuminated/4.jpg" width="150" height="150" style="object-fit:cover;"> | <img src="assets/not_illuminated/4.jpg" width="150" height="150" style="object-fit:cover;"> |
|
| 118 |
+
| <img src="assets/illuminated/5.jpg" width="150" height="150" style="object-fit:cover;"> | <img src="assets/not_illuminated/5.png" width="150" height="150" style="object-fit:cover;"> |
|
| 119 |
+
| <img src="assets/illuminated/6.jpg" width="150" height="150" style="object-fit:cover;"> | <img src="assets/not_illuminated/6.jpg" width="150" height="150" style="object-fit:cover;"> |
|
| 120 |
# Usage
|
| 121 |
|
| 122 |
## Python — ONNX local
|
|
|
|
| 357 |
|
| 358 |
# Funding
|
| 359 |
|
| 360 |
+
<div style="display: flex; align-items: center; justify-content: center; gap: 20px; max-width: 800px; margin: 0 auto;">
|
| 361 |
+
<img src="./assets/odil-logo.png" width="90" alt="Logo ODIL" style="flex: 0 0 auto;">
|
| 362 |
+
|
| 363 |
+
<p style="text-align: justify; margin: 0;">
|
| 364 |
+
These models were developed at
|
| 365 |
+
<a href="https://www.chartes.psl.eu/" target="_blank" rel="noopener">
|
| 366 |
+
École nationale des chartes – PSL
|
| 367 |
+
</a>
|
| 368 |
+
in the context of the
|
| 369 |
+
<a href="https://projet.biblissima.fr/fr/appels-projets/projets-retenus/odil-objet-detection-illuminations" target="_blank" rel="noopener">
|
| 370 |
+
O.D.I.L. project
|
| 371 |
+
</a>.
|
| 372 |
+
</p>
|
| 373 |
</div>
|