Add image resizing to the Python preprocessing bindings
Update doc links
Motivation
The example scripts are being used by QA for running tests and the missing resize argument to the options prevents them from reusing these scripts for running similar models with different input sizes.
Implementation
The resize option exists in C++ but was missing in Python.
There were also some broken links in the documentation that I fixed.
Summary of Changes
Motivation
The example scripts are being used by QA for running tests and the missing resize argument to the options prevents them from reusing these scripts for running similar models with different input sizes.
Implementation
The resize option exists in C++ but was missing in Python.
There were also some broken links in the documentation that I fixed.
Notes
N/A