Object Detection
ONNX
qmller commited on
Commit
a7f6f73
·
verified ·
1 Parent(s): 8af67b0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ datasets:
4
+ - detection-datasets/coco
5
+ pipeline_tag: object-detection
6
+ ---
7
+
8
+ # Introduction
9
+
10
+ This repository stores the model for Faster-RCNN (ResNet50), 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
+ - ONNX: FasterRCNN-10.optimized.onnx
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/NVIDIA/retinanet-examples/blob/0aba7724e42f5b654d8171a6cac8b54e07fb8206/retinanet/model.py
24
+
25
+ Authors:
26
+ + qmuller@kalrayinc.com