We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6949ad0 commit 1134291Copy full SHA for 1134291
1 file changed
README.md
@@ -24,6 +24,7 @@ Note: the project aims at imitating the well-implemented algorithms in [Deep Lea
24
25
### Object detection
26
- YOLOv1 [[self](https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/ObjectDetections/yolo/yolo_tf.py) [paper](https://arxiv.org/abs/1506.02640) [ref](https://github.com/gliese581gg/YOLO_tensorflow)]
27
+- SSD [[self]() [paper](https://arxiv.org/pdf/1611.10012.pdf) [slides](http://www.cs.unc.edu/~wliu/papers/ssd_eccv2016_slide.pdf) [cafe](https://github.com/weiliu89/caffe/tree/ssd) [TF](https://arxiv.org/abs/1512.02325) [pytorch](https://github.com/amdegroot/ssd.pytorch) ]
28
29
### Practical examples
30
You can find more practical examples with tensorflow here:
0 commit comments