Skip to content

Commit

Permalink
Merge pull request #789 from Ebipatei/patch-2
Browse files Browse the repository at this point in the history
Removed duplicate statement for class loss description
  • Loading branch information
OlafenwaMoses committed Feb 11, 2023
2 parents 09b75e4 + 0457590 commit 5840670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md
Expand Up @@ -173,7 +173,6 @@ Validation:
- The bounding box loss `box loss` is reported and expected to drop as the training progresses
- The object localization loss `object loss` is reported and expected to drop as the training progresses
- The class loss `class loss` is reported and expected to drop as the training progresses. If the class loss persists at 0.0000, it's because your dataset has a single class.
- The class loss `class loss` is reported and expected to drop as the training progresses. If the class loss persists at 0.0000, it's because your dataset has a single class.
- The `mAP50` and `mAP0.5-0.95` metrics are expected to increase. This signifies the models accuracy increases. There might be flunctuations in these metrics sometimes.
- For each increase in the `mAP50` after an experiment, a model is saved in the **hololens-yolo/models** folder. The higher the mAP50, the better the model.

Expand Down

0 comments on commit 5840670

Please sign in to comment.