Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
datasets:
|
| 4 |
- detection-datasets/coco
|
| 5 |
pipeline_tag: object-detection
|
|
@@ -16,11 +16,11 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
|
|
| 16 |
|
| 17 |
# Lecture note reference
|
| 18 |
|
| 19 |
-
-
|
| 20 |
|
| 21 |
# Repository or links references
|
| 22 |
|
| 23 |
-
- https://github.com/
|
| 24 |
|
| 25 |
Authors:
|
| 26 |
+ qmuller@kalrayinc.com
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
datasets:
|
| 4 |
- detection-datasets/coco
|
| 5 |
pipeline_tag: object-detection
|
|
|
|
| 16 |
|
| 17 |
# Lecture note reference
|
| 18 |
|
| 19 |
+
- Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks, https://arxiv.org/abs/1506.01497
|
| 20 |
|
| 21 |
# Repository or links references
|
| 22 |
|
| 23 |
+
- https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/faster-rcnn
|
| 24 |
|
| 25 |
Authors:
|
| 26 |
+ qmuller@kalrayinc.com
|