Object Detection
ONNX
qmller commited on
Commit
7c51800
·
verified ·
1 Parent(s): 7d17e42

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - detection-datasets/coco
5
+ pipeline_tag: object-detection
6
+ ---
7
+
8
+ # Introduction
9
+
10
+ This repository stores the model for SSD-Mobilnet-v1 from MLPerf, compatible with Kalray's neural network API. </br>
11
+ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
12
+
13
+ # Contents
14
+
15
+ - Tensorflow: ssd-mobilenet-v1.pb
16
+
17
+ # Lecture note reference
18
+
19
+ - Focal Loss for Dense Object Detection, https://arxiv.org/abs/1708.02002
20
+
21
+ # Repository or links references
22
+
23
+ -https://github.com/tensorflow/models/blob/master/research/object_detection/README.md
24
+ - https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/ssd_mobilenet_v1_coco.config
25
+
26
+ Authors:
27