File size: 631 Bytes
a080961
 
fda7780
 
a080961
fda7780
 
 
 
d51dc9c
fda7780
 
1
2
3
4
5
6
7
8
9
10
11
12
13
---
license: agpl-3.0
datasets:
- detection-datasets/coco
---
# Model card for pytorch_yolov8_640x640_bb_decoding

A pytorch implementation of YOLOv8n object-detection model, based on [Ultralytics](https://github.com/ultralytics/ultralytics), with additional bounding box decoding layer.

The model weights were taken from [yolov8n.pt - v8.1.0](https://github.com/ultralytics/assets/releases/download/v8.1.0/yolov8n.pt).

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_pytorch/yolov8)