1 year ago

#373182

test-img

elmoacake

How to get preprocess/postprocess steps from model created using Google Vertex AI?

A client of mine wants to run their Google Vertex AI model on NVIDIA Jetson boards using TensorRT as accelerator. The problem with this is that their model uses certain operators (DecodeJpeg) that are not supported by ONNX. I've been able to isolate the feature extrator subgraph from the model, so everything supported by ONNX is being used, while the preprocess and postprocess will be written separate from the model.

I'm asking because I need to be provided the pre/postprocess of the model so I could implement them separately, so is there a way to get pre/postprocess from Google Vertex AI console?

I've tried running a loop that rescales the image to a squared tile from 0 to 512, but none of those gave the adequate result.

tensorflow

onnx

tensorrt

google-cloud-vertex-ai

0 Answers

Your Answer

Accepted video resources