Skip to content

Commit

Permalink
Add YOLOv10 subtype to NNArchive (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
sokovninn and actions-user authored Jun 28, 2024
1 parent 9f64f76 commit 8f38f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class ObjectDetectionSubtypeYOLO(Enum):
YOLOv6 = "yolov6"
YOLOv7 = "yolov7"
YOLOv8 = "yolov8"
YOLOv10 = "yolov10"


class ObjectDetectionSubtypeSSD(Enum):
Expand Down
4 changes: 2 additions & 2 deletions media/coverage_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f38f88

Please sign in to comment.