diff --git a/README.md b/README.md index 0c2af07a96fd781603d9fcee2404390c0d22b9f2..2094ea447b127ee9b60fea248cfdf5aa4de9b747 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.