Xilinx / inference-server

https://xilinx.github.io/inference-server/
Apache License 2.0
43 stars 13 forks source link

Add resize to Python preprocess binding #213

Closed varunsh-xilinx closed 1 year ago

varunsh-xilinx commented 1 year ago

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

gbuildx commented 1 year ago

Build successful!