Skip to content

Commit eaee551

Browse files
author
mikel.brostrom
committed
delete unneeded flag
1 parent ae8433d commit eaee551

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ repos:
3636
args:
3737
- --license-filepath
3838
- assets/file_banner.txt
39-
- --use-current-year

examples/detectors/yolov8.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
# Mikel Broström 🔥 Yolo Tracking 🧾 AGPL-3.0 license
2+
13
from .yolo_interface import YoloInterface
24

35

46
class Yolov8Strategy(YoloInterface):
7+
58
def __init__(self, model, device, args):
69
self.model = model
710

0 commit comments

Comments
 (0)