idanba commited on
Commit
c655b18
1 Parent(s): 3e2d1aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,15 +1,15 @@
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_NanoDet-Plus x1.5 416x416
9
 
10
+ A keras implementation of NanoDet-Plus-m-1.5x-416 object-detection model, based on [https://github.com/RangiLyu/nanodet](https://github.com/RangiLyu/nanodet).
11
 
12
+ The model weights were taken from [here](https://github.com/RangiLyu/nanodet?tab=readme-ov-file#model-zoo).
13
 
14
+ For further insights into the model's implementation details, please refer to [mct_models_lib](https://github.com/sony/model_optimization/tree/main/tutorials/mct_models_lib/models_keras/nanodet).
15