|
|
--- |
|
|
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]> |
|
|
|