Object Detection
ONNX
File size: 739 Bytes
a7f6f73
b8d1d5b
a7f6f73
 
 
 
 
 
 
 
2e6bc00
a7f6f73
 
 
 
 
 
 
b8d1d5b
a7f6f73
 
 
b8d1d5b
a7f6f73
 
2e6bc00
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
27
---
license: mit
datasets:
- detection-datasets/coco
pipeline_tag: object-detection
---

# Introduction

This repository stores the model for Faster-RCNN (ResNet50), compatible with Kalray's neural network API. </br>
Please see www.github.com/kalray/kann-model-zoo for details and proper usage at [WIKI](https://github.com/kalray/kann-model-zoo/wiki). </br>

# Contents

- ONNX: FasterRCNN-10.optimized.onnx

# Lecture note reference

- Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks, https://arxiv.org/abs/1506.01497

# Repository or links references

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

Authors:
+ Quentin Muller, <[email protected]>