"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "1185f0b1a09abe59756f73ac5ed16eaf5c9c381f"
Commit eeb3c062 authored by Davis King's avatar Davis King
Browse files

Fixed error in spec

parent 8cd11003
...@@ -270,7 +270,7 @@ namespace dlib ...@@ -270,7 +270,7 @@ namespace dlib
of the box. So a padding of 0.5 would cause the algorithm to sample of the box. So a padding of 0.5 would cause the algorithm to sample
pixels from a box that was 2x2, effectively multiplying the area pixels pixels from a box that was 2x2, effectively multiplying the area pixels
are sampled from by 4. Similarly, setting the padding to -0.2 would are sampled from by 4. Similarly, setting the padding to -0.2 would
cause it to sample from a box 0.8x0.8 in size. cause it to sample from a box 0.6x0.6 in size.
!*/ !*/
void set_feature_pool_region_padding ( void set_feature_pool_region_padding (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment