Update README.md
Browse files
README.md
CHANGED
@@ -61,8 +61,11 @@ For an image resolution of NxM and P classes
|
|
61 |
|
62 |
## Metrics
|
63 |
|
|
|
|
|
|
|
|
|
64 |
|
65 |
-
Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
|
66 |
|
67 |
### Reference **NPU** memory footprint on food-101 and ImageNet dataset (see Accuracy for details on dataset)
|
68 |
|Model | Dataset | Format | Resolution | Series | Internal RAM | External RAM | Weights Flash | STM32Cube.AI version | STEdgeAI Core version |
|
|
|
61 |
|
62 |
## Metrics
|
63 |
|
64 |
+
- Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
|
65 |
+
- `tfs` stands for "training from scratch", meaning that the model weights were randomly initialized before training.
|
66 |
+
- `tl` stands for "transfer learning", meaning that the model backbone weights were initialized from a pre-trained model, then only the last layer was unfrozen during the training.
|
67 |
+
- `fft` stands for "full fine-tuning", meaning that the full model weights were initialized from a transfer learning pre-trained model, and all the layers were unfrozen during the training.
|
68 |
|
|
|
69 |
|
70 |
### Reference **NPU** memory footprint on food-101 and ImageNet dataset (see Accuracy for details on dataset)
|
71 |
|Model | Dataset | Format | Resolution | Series | Internal RAM | External RAM | Weights Flash | STM32Cube.AI version | STEdgeAI Core version |
|