Pretty simple request here: for the next release, please add the ability to pass python kwargs to our UFF preprocessor. If we want to be able to easily change things such as input dimensions, this ability would greatly help. I have already made the changes myself, just change line 108 of conversion_helpers.py to the following:
pre.preprocess(dynamic_graph, **kwargs)
If TensorRT was open source this would be a pull request, but since it’s not, I kindly ask that the team consider this simple change for future releases. Changing tensor dimensions seems like a pretty common task and being able to automate this process instead of editing our preprocessor would really help. @NVES if you could review this that would be great. Also please comment if you would find this useful!