idanba commited on
Commit
9b25ea4
1 Parent(s): c3e66b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
  library_name: keras
 
 
 
3
  ---
4
 
5
- ## Model description
6
 
7
- More information needed
8
 
9
- ## Intended uses & limitations
10
 
11
- More information needed
12
 
13
- ## Training and evaluation data
14
-
15
- More information needed
 
1
  ---
2
  library_name: keras
3
+ license: agpl-3.0
4
+ datasets:
5
+ - detection-datasets/coco
6
  ---
7
 
8
+ # Model card for keras_yolov8_480x480_pp
9
 
10
+ A keras implementation of YOLOv8n object-detection model, based on [Ultralytics](https://github.com/ultralytics/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 YOLOv8n Keras implementation includes an additional post-processing layer (non-maximum suppression). 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)
15
 
16
+ The input resolution was set to 480x480.