Tools Archive

OpenVINO+Win10安装及环境配置攻略

OpenVINO主要包括模型优化器(Model Optimizer)和推理引擎(Inference engine)两部分。模型优化器负责将各种格式的深度神经网络模型转换成统一的自定义格式,并在转换过程中进行模型优化;推理引擎接受经过模型优化器转换并优化的网络模型,为Intel的各种计算设备提供高性能的神经网络推理运算。本文主要记录在Win10 X64+VS2019+Python3.6环境下的安装过程,以及安装过程中的注意事项。

Install Cygwin on Win10 for makefile

Cygwin is a UNIX-like simulation environment running on the windows platform that can interoperate with Windows, and Cygwin mounts Windows disks to/cygdrive, such as the c disk is /cygdrive/c, d disk is /cygdrive/d.Cygwin offers package management tools to install/uninstall packages on demand, and a minimal Cygwin system that can run requires only a few tens
Fork me on GitHub