Skip to content

Commit fa3e739

Browse files
authored
images in readme
1 parent eeb5988 commit fa3e739

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pytorch-retinanet
22

3+
![img3](https://github.com/yhenon/pytorch-retinanet/blob/master/images/3.jpg)
4+
![img5](https://github.com/yhenon/pytorch-retinanet/blob/master/images/5.jpg)
35

46
Pytorch implementation of RetinaNet object detection as described in [Focal Loss for Dense Object Detection](https://arxiv.org/abs/1708.02002) by Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He and Piotr Dollár.
57

@@ -116,4 +118,13 @@ bird,2
116118
## Acknowledgements
117119

118120
- Significant amounts of code are borrowed from the [keras retinanet implementation](https://github.com/fizyr/keras-retinanet)
119-
- The NMS module used is from the [pytorch faster-rcnn implementation](https://github.com/ruotianluo/pytorch-faster-rcnn)
121+
- The NMS module used is from the [pytorch faster-rcnn implementation](https://github.com/ruotianluo/pytorch-faster-rcnn)
122+
123+
## Examples
124+
125+
![img1](https://github.com/yhenon/pytorch-retinanet/blob/master/images/1.jpg)
126+
![img2](https://github.com/yhenon/pytorch-retinanet/blob/master/images/2.jpg)
127+
![img4](https://github.com/yhenon/pytorch-retinanet/blob/master/images/4.jpg)
128+
![img6](https://github.com/yhenon/pytorch-retinanet/blob/master/images/6.jpg)
129+
![img7](https://github.com/yhenon/pytorch-retinanet/blob/master/images/7.jpg)
130+
![img8](https://github.com/yhenon/pytorch-retinanet/blob/master/images/8.jpg)

0 commit comments

Comments
 (0)