We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4e2ab commit 707132bCopy full SHA for 707132b
keras_cv/models/object_detection/yolo_v8/yolo_v8_detector.py
@@ -331,7 +331,7 @@ class YOLOV8Detector(Task):
331
332
Args:
333
backbone: `keras.Model`, must implement the `pyramid_level_inputs`
334
- property with keys "P2", "P3", and "P4" and layer names as values.
+ property with keys "P3", "P4", and "P5" and layer names as values.
335
A sensible backbone to use is the `keras_cv.models.YOLOV8Backbone`.
336
num_classes: integer, the number of classes in your dataset excluding the
337
background class. Classes should be represented by integers in the
0 commit comments