Skip to content

Commit ebb37e8

Browse files
authored
Update image_cropping.py
1 parent bf495cf commit ebb37e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

image_processing/image_cropping.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import tensorflow as tf
2+
3+
14
def image_cropping(images, central_fraction=0.75):
25
"""
36
One technique of data augmentation, applies to input tensor,

0 commit comments

Comments
 (0)