Model Library - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English

After the model package is installed on the target, all the models are stored under /usr/share/vitis_ai_library/models/. Each model is stored in a separate folder, which is composed of the following files, by default:

  • [model_name].xmodel
  • [model_name].prototxt
Note: The elf model is not supported by the Vitis AI Library in the VAI 1.3 and later releases.

Take the "inception_v1" model as an example. inception_v1.xmodel is the model data. inception_v1.prototxt is the parameter of the model.

Note: The name of the model directory should be the same as the model name.