You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--compile-params', help="Additional params to use when compiling a model to MyriadX blob")
490
494
parser.add_argument('--converter-url', dest="url", help="URL to BlobConverter API endpoint used for conversion")
491
495
parser.add_argument('--no-cache', dest="use_cache", action="store_false", help="Omit .cache directory and force new compilation of the blob")
496
+
parser.add_argument('--dry', dest="dry", action="store_true", help="Instead of compiling the blob, return compilation commands (for manual conversion)")
492
497
parser.add_argument('--zoo-list', action="store_true", help="List all models available in OpenVINO Model Zoo")
493
498
parser.add_argument('--download-ir', action="store_true", help="Downloads OpenVINO IR files used to compile the blob. Result path points to a result ZIP archive")
xml="../../face-detection-retail-0004.xml", # get from https://storage.openvinotoolkit.org/repositories/open_model_zoo/2021.2/models_bin/3/face-detection-retail-0004/FP16/face-detection-retail-0004.xml
17
+
bin="../../face-detection-retail-0004.bin", # get from https://storage.openvinotoolkit.org/repositories/open_model_zoo/2021.2/models_bin/3/face-detection-retail-0004/FP16/face-detection-retail-0004.bin
0 commit comments