Skip to content

ONNX Runtime

Port the model to onnx format

Use akretz's Connverted Model

The easiest way.

Port manually

  • WIP

As VGGT official impl is in onnx friendly format. It is not hard to port the model into onnx format. The procedure is just as same as akretz's script by just torch.onnx.export.