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?