From a5b5ca0ef696e415cc44e6ada2771f7adae74697 Mon Sep 17 00:00:00 2001 From: Fu-Hsiang Chan Date: Tue, 25 Oct 2016 22:52:08 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aedcba13..1eb9979c 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,9 @@ Download model training on PASCAL VOC 2007 [here](https://drive.google.com/open? ### Download pre-trained ImageNet models If you want to train the model by yourself, and you can download the pre-trained ImageNet models [here](https://drive.google.com/open?id=0ByuDEGFYmWsbNVF5eExySUtMZmM). + +###References +[Faster R-CNN caffe version](https://github.com/rbgirshick/py-faster-rcnn) + +[A tensorflow implementation of SubCNN (working progress)](https://github.com/yuxng/SubCNN_TF) +