public Model read_model(
string model_path,
string bin_path = ""
)
For IR format (*.bin): if `bin_path` is empty, will try to read a bin file with the same name as xml and if the bin file with the same name is not found, will load IR without weights. For the following file formats the `bin_path` parameter is not used:
ONNX format (*.onnx)
PDPD(*.pdmodel)
TF(*.pb)
TFLite(*.tflite)