Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ class YOLOV8Detector(Task):

Args:
backbone: `keras.Model`, must implement the `pyramid_level_inputs`
property with keys "P2", "P3", and "P4" and layer names as values.
property with keys "P3", "P4", and "P5" and layer names as values.
A sensible backbone to use is the `keras_cv.models.YOLOV8Backbone`.
num_classes: integer, the number of classes in your dataset excluding the
background class. Classes should be represented by integers in the
Expand Down