Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daijifeng001 committed Dec 2, 2018
1 parent 559e07c commit 81d3bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCNv2_op/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This folder provides the operators of modulated deformable convolution and RoIpo
In the new operator, if the sampling location is within one pixel outside of the feature map boundary, bilinear sampling would also be applied. And gradient with respect to learnable offset can be non zero for such locations. This is implemented by padding zeros (by one row/column) outside of the boundaries of feature maps, and performing bilinear sampling on the padded feature maps.


* The efficiency when processing multiple images in a mini-batch is considerably improved.
* The efficiency of processing multiple images in a mini-batch is considerably improved.

Both the previous and the updated operators follow the following computation pipeline (illustrated by a 3x3 deformable convolution with input data of NxCxHxW and output data of NxC'xHxW):

Expand Down

0 comments on commit 81d3bd0

Please sign in to comment.