Model Library - 1.3 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-02-03
Version
1.3 English

After the model packet 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 VAI 1.3.

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 with the model name.