Object Detection
ONNX
qmller commited on
Commit
b8d1d5b
1 Parent(s): a7f6f73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: bsd-3-clause
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
- - Focal Loss for Dense Object Detection, https://arxiv.org/abs/1708.02002
20
 
21
  # Repository or links references
22
 
23
- - https://github.com/NVIDIA/retinanet-examples/blob/0aba7724e42f5b654d8171a6cac8b54e07fb8206/retinanet/model.py
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