idanba commited on
Commit
fcfb441
1 Parent(s): 5635e41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,4 +11,4 @@ A keras implementation of YOLOv8n object-detection model, based on [Ultralytics]
11
 
12
  The model weights were taken from [yolov8n.pt - v0.0.0](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt).
13
 
14
- This implementation is based on [Ultralytics](https://github.com/ultralytics/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 Models Library - yolov8]](https://github.com/sony/model_optimization/tree/main/tutorials/mct_models_lib/models_keras/yolov8)
 
11
 
12
  The model weights were taken from [yolov8n.pt - v0.0.0](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt).
13
 
14
+ This implementation is based on [Ultralytics](https://github.com/ultralytics/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](https://github.com/sony/model_optimization/tree/main/tutorials/mct_model_garden/models_keras/yolov8)