Akriel commited on
Commit
55606e4
1 Parent(s): 08a5920

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -12,6 +12,17 @@ Link to the repository: https://github.com/Akrielz/vision_models_playground
12
  This model is a custom implementation of **ResNetYoloV1** from the ```vision_models_playground.models.segmentation.yolo_v1``` module.
13
  Please look in the config file for more information about the model architecture.
14
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
 
17
  ## **Additional Information**
 
12
  This model is a custom implementation of **ResNetYoloV1** from the ```vision_models_playground.models.segmentation.yolo_v1``` module.
13
  Please look in the config file for more information about the model architecture.
14
 
15
+ ## **Metrics**
16
+
17
+ The model was evaluated on the following on the **YoloPascalVocDataset** from ```vision_models_playground.datasets.yolo_pascal_voc_dataset```
18
+
19
+ These are the results of the evaluation:
20
+ - MulticlassAccuracy: 0.7241
21
+ - MulticlassAveragePrecision: 0.7643
22
+ - MulticlassAUROC: 0.9684
23
+ - Dice: 0.7241
24
+ - MulticlassF1Score: 0.7241
25
+ - LossTracker: 4.1958
26
 
27
 
28
  ## **Additional Information**