Object Detection
ONNX
faster-rcnn-rn50 / README.md
qmller's picture
Update README.md
b8d1d5b verified
---
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-models-zoo for details and proper usage. </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:
+ [email protected]