Skip to content

Commit

Permalink
replaced yolov8s with yolov10s
Browse files Browse the repository at this point in the history
  • Loading branch information
OneMagicKey committed May 28, 2024
1 parent 8aa86f5 commit 0d89c9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 130,249 deletions.
1 change: 0 additions & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ def main():

model_list = [
ModelInfo("detection", "yolov10s", (640, 640), 10),
ModelInfo("detection", "yolov8s", (640, 640), 8),
ModelInfo("segmentation", "yolov8s-seg", (640, 640), 8),
]

Expand Down
Loading

0 comments on commit 0d89c9a

Please sign in to comment.