Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-Resnet34 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-resnet34.pb
|
16 |
+
|
17 |
+
# Lecture note reference
|
18 |
+
|
19 |
+
- Speed/accuracy trade-offs for modern convolutional object detectors, https://arxiv.org/pdf/1611.10012
|
20 |
+
|
21 |
+
# Repository or links references
|
22 |
+
|
23 |
+
- [Link to download](https://zenodo.org/record/3345892/files/tf_ssd_resnet34_22.1.zip?download=1)
|
24 |
+
- https://github.com/mlcommons/inference/tree/r0.5/v0.5/classification_and_detection
|
25 |
+
|
26 |
+
Authors:
|
27 |