idanba's picture
Update README.md
fcfb441 verified
metadata
library_name: keras
license: agpl-3.0
datasets:
  - detection-datasets/coco

Model card for keras_yolov8_640x640

A keras implementation of YOLOv8n object-detection model, based on Ultralytics.

The model weights were taken from yolov8n.pt - v0.0.0.

This implementation is based on Ultralytics and includes a slightly modified version of yolov8 detection-head (mainly the box decoding part) that was adapted for model quantization. For further insights into the model's implementation details, please refer to MCT Model Garden - yolov8