diff --git a/object_detection/object_detection/Detectors/YOLOv8.py b/object_detection/object_detection/Detectors/YOLOv8.py index 04975af..4ecb0ba 100755 --- a/object_detection/object_detection/Detectors/YOLOv8.py +++ b/object_detection/object_detection/Detectors/YOLOv8.py @@ -18,7 +18,7 @@ class YOLOv8(DetectorBase): - + def __init__(self): super().__init__()