I tried to install DeGirum but it doesn’t seem to be compatible with my current HailoRT version (4.20.0). I have read on your documentation that you require 4.19.0. The command degirum sys-info doesn’t find my hailo8 device (which is found by hailo scan command).
Is it possible to use your DamoYOLO postprocessor directly on top of the HailoRT outputs tensors (without using DeGirum full SDK)? If so how can I transform Hailo yaml config into DeGirum json config?
That is a great news. In the meantime, could you explain to me where can I find the dequantization infos (scale and zero_point) ?
Maybe you have an example of details_list for the damoyolo. I am working with the default hef and yaml files from the hailo model zoo (and an hailo8 device).
Hi! I was using the post processing code sample from DeGirum . However, my outputs from the model are of 4 dimensions [N, H, W, C], but from line 148 in the code above, it seems to suggest that the model outputs are 3-dimensions.
May I ask how should I tweak the code to suit my case? Thank you!
Welcome to the Hailo community. At DeGirum (a SW partner of Hailo), we developed PySDK, a python package to simplify application development with Hailo devices. One of the main features of PySDK is the built-in postprocessor support for various models including DAMOYOLO. You can see mutliple DAMOYOLO models in our model zoo: DeGirum AI Hub (you need to sign up for our AI Hub to see the models). Please let us know if you need further help. You can find PySDKExamples on hailo at: DeGirum/hailo_examples: DeGirum PySDK usage examples with Hailo