Depthai: [BUG] Online blob converter generates generates a .bin file instead of a .blob file

Created on 20 Jan 2021  路  3Comments  路  Source: luxonis/depthai

Hi,
I have used the Online blob converter to do the 2 steps conversion from a Tensorflow .pb file to a MyriadX blob file.
The generated file by the tool was suffixed '.bin' instead of '.blob'.
After the download, I changed the suffix to .blob, and it worked, so it means the generated file was really a .blob, but just mis-suffixed.

bug

Most helpful comment

Thanks for the report @geaxgx! I also reproduced it and will fix shortly

All 3 comments

Thanks for the report @geaxgx! I also reproduced it and will fix shortly

@VanDavv I have discovered another small issue with the online converter. With Openvino 2021.1 and if using the default MyriadX Compile params, I get the following error: ERROR: unknown command line flag 'VPU_MYRIAD_PLATFORM'

@geaxgx Fixed both of the issues, they should be already deployed in blob converter - http://69.164.214.171:8083/
Thanks for reporting these!

Was this page helpful?
0 / 5 - 0 ratings