This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-J721E: Sevaral artifacts

Part Number: PROCESSOR-SDK-J721E

Hello,

I'm trying to complie custom model by following below.
https://github.com/TexasInstruments/edgeai-benchmark

I could compile my custom model, but it seems that there are two kind of artifact information on artifacts folder.
First one is that "0_" is set on name of files. Second one is that "185_" is set on name of files.
At first, I performed to copy all files to file system on SD card and changed my_configuration.yaml to run on edgeai-app.
However, when I ran python code, I got following error.

_interpreter_wrapper.CreateWrapperFromFile(
ValueError: Could not open '/opt/model_zoo/imagecls-Custom_tflitert_xxxxx. (Highlighted red is custom model name)

Then, at first,  i have following question.

Q1, According to pre-complied model_zoo artifacts, it seems that only one kind of artifact file exist (Ex, Set on name of files number is "321_")
       Can you give me advice why two kinds of artifact files are generated ?

Best Regards,