From affc85ff245099dbde06609d66ed08d73411f4ad Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Wed, 1 Feb 2017 16:22:27 -0800 Subject: [PATCH] link to slides --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index baff00c20..24f8e19a5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This is the reference implementation of the models and code for the fully convol **Note that this is a work in progress and the final, reference version is coming soon.** Please ask Caffe and FCN usage questions on the [caffe-users mailing list](https://groups.google.com/forum/#!forum/caffe-users). +Refer to [these slides](https://docs.google.com/presentation/d/10XodYojlW-1iurpUsMoAZknQMS36p7lVIfFZ-Z7V_aY/edit?usp=sharing) for a summary of the approach. + These models are compatible with `BVLC/caffe:master`. Compatibility has held since `master@8c66fa5` with the merge of PRs #3613 and #3570. The code and models here are available under the same license as Caffe (BSD-2) and the Caffe-bundled models (that is, unrestricted use; see the [BVLC model license](http://caffe.berkeleyvision.org/model_zoo.html#bvlc-model-license)).