Skip to content

Commit

Permalink
slight clarification about padding
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Sep 11, 2016
1 parent 60a1b88 commit 4121ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4121ff9

Please sign in to comment.