idanba commited on
Commit
fda7780
1 Parent(s): 2fb2465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: agpl-3.0
 
 
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: agpl-3.0
3
+ datasets:
4
+ - detection-datasets/coco
5
  ---
6
+ # Model card for pytorch_yolov8_640x640_bb_decoding
7
+
8
+ A pytorch implementation of YOLOv8n object-detection model, based on [Ultralytics](https://github.com/ultralytics/ultralytics), with additional bounding box decoding layer.
9
+
10
+ The model weights were taken from [yolov8n.pt - v0.0.0](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8n.pt).
11
+
12
+ 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)