From d0d143ae91c3a9a288993f8534f48a919add47eb Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Fri, 9 Sep 2016 21:34:44 -0700 Subject: [PATCH] clarify compatiblity: caffe master is fine, and has been for a while now --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bef8a7b..912a77d 100644 --- a/README.md +++ b/README.md @@ -15,7 +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). -These models are compatible with `BVLC/caffe:master` @ 8c66fa5 with the merge of PRs BVLC/caffe#3613 and BVLC/caffe#3570. +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)). **PASCAL VOC models**: trained online with high momentum for a ~5 point boost in mean intersection-over-union over the original models. -- GitLab