Object Detection
ONNX
File size: 635 Bytes
f34a80f
 
 
 
 
 
 
 
 
6d735cb
f34a80f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: bsd-3-clause
datasets:
- detection-datasets/coco
pipeline_tag: object-detection
---

# Introduction

This repository stores the model for Faster-RCNN (ResNet101), compatible with Kalray's neural network API. </br>
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>

# Contents

- ONNX: retinanet-resnet101-fpn-512.onnx

# Lecture note reference

- Focal Loss for Dense Object Detection, https://arxiv.org/abs/1708.02002

# Repository or links references

- https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/retinanet

Authors:
+ [email protected]