From 4121ff9316278ee6c2e7bab8c04f995649a78774 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Sun, 11 Sep 2016 11:37:57 -0700 Subject: [PATCH] slight clarification about padding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c2af07..2094ea4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ Note that in our networks there is only one interpolation kernel per output clas **Why pad the input?**: The 100 pixel input padding guarantees that the network output can be aligned to the input for any input size in the given datasets, for instance PASCAL VOC. The alignment is handled automatically by net specification and the crop layer. -It is possible, though less convenient, to calculate the exact offsets necessary and do away with this padding. +It is possible, though less convenient, to calculate the exact offsets necessary and do away with this amount of padding. **What about FCN-GoogLeNet?**: a reference FCN-GoogLeNet for PASCAL VOC is coming soon. -- GitLab