Inference python

#1
by sayeed111 - opened

Hello @saddam213 can you please help me how and in what order to run these models using python to get object detection results
what shall be the inputs to each onnx model ?

TensorStack AI org

Models are run in this order

tokenizer -> embed_tokens -> vision_encoder -> encoder_model -> decoder_model_merged

Unfortunately I do not know the python language, but you can use Netron (https://netron.app/) to see inputs and outputs

Sign up or log in to comment