Hi erik ,
The issue seems to be about supporting version 2.0 of the API since the network work when compiling as version 1.0.
The "name" seems to be the name of the model. In fact the blobconverter python API appears to be quite different when converting for 2022.1. The python API examples provided don't seem to work for 2022.1.
This is the only thing that made it work for me and it's making it a bit harder to provide compiler parameters.
I found working parameters for changing the shape of the input layer, but the only one that really works is the default one for the network (as it should be), but that one is apparently somehow not handled properly by the V2 support.
payload = {
'name': 'text-detection-0004',
'use_zoo': 'true',
'myriad_shaves': '6',
'myriad_params_advanced': '-ip U8 -ov_api_1_0'
}