lterriel commited on
Commit
efe2275
·
verified ·
1 Parent(s): 7fb1ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -18
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 | F1 | Precision | Recall | AUC |
54
- |--------------|--------------------:|--------------:|---:|----------:|-------:|----:|
55
- | MobileNetV2 | 1.0000 | 0.9776 | 0.9770 | 1.0000 | 0.9550 | 0.9993 |
56
- | MobileNetV3 Small | 1.0000 | 0.9731 | 0.9727 | 0.9817 | 0.9640 | 0.9984 |
57
- | MobileNetV3 Large | 1.0000 | 0.9865 | 0.9864 | 0.9909 | 0.9820 | 0.9992 |
58
- | MobileViT v2 | 0.9955 | 0.9776 | 0.9770 | 1.0000 | 0.9550 | 0.9992 |
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
- | ![illuminated](illuminated_0.jpg) | ![not illuminated](not_illuminated_0.jpg) |
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; text-align: justify; gap: 20px; max-width: 800px; margin: auto;">
360
- <img src="assets/odil-logo.png" width="200" alt="Logo ODIL" align="left">
361
- <p style="text-align: justify; margin-top:-20px;">
362
- <br>
363
- This models are developped at [École nationale des chartes – PSL](https://www.chartes.psl.eu/) in context of [O.D.I.L. project](https://projet.biblissima.fr/fr/appels-projets/projets-retenus/odil-objet-detection-illuminations).
364
- </p>
365
- <br>
 
 
 
 
 
 
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>