Closed changbaishan closed 5 years ago
Sometimes user run into memory error. This problem could be avoided with resizing input image. A img.resize function in utils package can help users accomplish this. Thanks very much.
We already have transforms.resize. https://chainercv.readthedocs.io/en/stable/reference/transforms.html#resize
transforms.resize
Indeed. Thank you very much!
Sometimes user run into memory error. This problem could be avoided with resizing input image. A img.resize function in utils package can help users accomplish this. Thanks very much.