Commit d41fc8f4 authored by syiming's avatar syiming
Browse files

fix coding style

parent e58d3ccd
......@@ -32,10 +32,12 @@ from object_detection.utils import spatial_transform_ops as spatial_ops
from object_detection.utils import static_shape
multilevel_matmul_crop_and_resize = spatial_ops.multilevel_matmul_crop_and_resize
multilevel_matmul_crop_and_resize = \
spatial_ops.multilevel_matmul_crop_and_resize
matmul_crop_and_resize = spatial_ops.matmul_crop_and_resize
multilevel_roi_align = spatial_ops.multilevel_roi_align
multilevel_native_crop_and_resize = spatial_ops.multilevel_native_crop_and_resize
multilevel_native_crop_and_resize = \
spatial_ops.multilevel_native_crop_and_resize
native_crop_and_resize = spatial_ops.native_crop_and_resize
......
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