Object Detection
ONNX
qmller commited on
Commit
f34a80f
·
verified ·
1 Parent(s): 69e797a

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: retinanet-resnet101-fpn-512.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/onnx/models/tree/main/validated/vision/object_detection_segmentation/retinanet
24
+
25
+ Authors:
26
+ + qmuller@kalrayinc.com