Skip to content

Commit

Permalink
[Fix] Updated EfficientBBoxHead parser to YOLO (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kozlovsky <[email protected]>
  • Loading branch information
klemen1999 and kozlov721 authored Sep 20, 2024
1 parent 1297a04 commit e7ab0c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luxonis_train/nodes/enums/head_categorization.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ImplementedHeads(Enum):
"""Task categorization for the implemented heads."""

ClassificationHead = "ClassificationParser"
EfficientBBoxHead = "YoloDetectionNetwork"
EfficientBBoxHead = "YOLO"
ImplicitKeypointBBoxHead = "YoloDetectionNetwork"
EfficientKeypointBBoxHead = "YoloDetectionNetwork"
SegmentationHead = "SegmentationParser"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/parking_lot.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
],
"heads": [
{
"parser": "YoloDetectionNetwork",
"parser": "YOLO",
"metadata": {
"postprocessor_path": null,
"classes": [
Expand Down

0 comments on commit e7ab0c0

Please sign in to comment.