I have just begun researching DepthAI Documentation and am trying to use the MobileNetDetectionNetwork node in my code (using Oak-D Lite Camera). The goal is to efficiently recognize vehicles, and I have so far been able to find a model on OpenVINO's Open Model Zoo.

However, in the example code that I have been looking through, .blob files are used to reference the Neural Network. How would I download this file?

  • jakaskerl replied to this.
  • Hi zstarr4098
    You don't need bin and xml. Just select your Zoo model in the blobconverter dropdown menu and convert it to .blob.

    Thanks,
    Jaka

    Hi jakaskerl

    Thank you so much! However, when I go to the OpenVINO Zoo's repo, all I see are two .yml files. I've attached an image, do you know how I could get the xml and bin files?

    Best,

    Zach

    Hi zstarr4098
    You don't need bin and xml. Just select your Zoo model in the blobconverter dropdown menu and convert it to .blob.

    Thanks,
    Jaka