User Guide 1 Hailo World: Running Your First Inference on a Hailo Device Using DeGirum PySDK

I’ve just started following your great tutorials.
At first, I couldn’t run this code “as is”. I had to make some modifications as follows.

- import degirum
+ import degirum as dg

checksum to json file.

{
    "ConfigVersion": 10,
    "Checksum": "0f140ee8c1bd0be693753a55396772f5f341c7a5f0c39606cd10562284957cbf",

After this, the code runs on my Hailo device with no problem!

1 Like