• Charlyo's avatar
    Make sure padding size is not negative (#1792) · 7982dd1a
    Charlyo authored
    * Make sure padding size is not negative
    
    If Resize maintains aspect ratio, could be the case that image shape is bigger than resize value.
    
    * Test pad shape smaller than image shape
    
    * Fix lint
    
    * Remove whitespaces
    7982dd1a
test_geometric.py 26.8 KB