Running inference shows COCO classes

Hello everyone! Using hailo dataflow compiler, i converted my .onnx model to a .hef, tested inference and it works. The issue is that the labels of the bounding boxes are from COCO dataset, and not my own.
I used hailo’s CLI commands to parse, optimize and compile, what did i miss?

Hey @Alexandru_Ont ,

Welcome to the Hailo Community!

This might be one of two things:

1- You didn’t include it in the compilation process.

2- You don’t include it in the run process of the model!

1 Like

Thanks for the response! But i do have another question now, how can i include it in the compilation or in the run process?