Object Detection
qmller commited on
Commit
a71a46a
1 Parent(s): 7c51800

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -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/tensorflow/models/blob/master/research/object_detection/README.md
24
  - https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/ssd_mobilenet_v1_coco.config
25
 
26
  Authors:
 
16
 
17
  # Lecture note reference
18
 
19
+ - Speed/accuracy trade-offs for modern convolutional object detectors, https://arxiv.org/pdf/1611.10012
20
 
21
  # Repository or links references
22
 
23
+ - https://github.com/tensorflow/models/blob/master/research/object_detection/README.md
24
  - https://github.com/tensorflow/models/blob/master/research/object_detection/samples/configs/ssd_mobilenet_v1_coco.config
25
 
26
  Authors: