• W
    Add pad64 mode to resize_image() · 48a25fd4
    Waleed Abdulla 提交于
    This is useful to run prediction on images of
    variable sizes without resizing them to a fixed
    size. While using mode=“none” is another option,
    it requires that you pre-process your images to
    ensure the width and height are multiples of 64.
    This mode handles that automatically.
    48a25fd4
config.py 7.2 KB