Where are the sources of the HailoTensorFormatType class?

Hi!

I’m developing a custom post-processing library for an LPR application based on the TAPPAS LPR example. I’ve made some modifications, so I had to recompile the code. Everything was compiling fine until I tried building the source file yolo_postprocess.cpp.

After that, I started getting an error saying that the class HailoTensorFormatType is undefined. I’ve searched the entire TAPPAS repo and the Hailo Software Suite but couldn’t find any reference to it.

For context:

  • I’m working with Hailo-8

  • TAPPAS version is 3.31

  • Target platform is x86

  • The error im getting: “error: ‘HailoTensorFormatType’ was not declared in this scope”

Does anyone know where I can find the missing sources or if there’s a different way I should be compiling this?

Hey @Adrian_Araya,

Welcome to the Hailo Community!

Many components in Tappas have been deprecated, particularly those related to Tappas apps. We’re in the process of migrating these to hailo-apps-infra. Regarding your specific question about hailotensorformat, I believe this has been renamed. I’d recommend checking all our plugins in the tappas/core/plugins directory of the repository.

1 Like

Thanks @omria, im going to check that.