echo %~n0%~x0 is classification demo using public SqueezeNet topology
echo.
echo Options:
echo -d name Specify the target device to infer on; CPU, GPU, FPGA, HDDL or MYRIAD are acceptable. Sample will look for a suitable plugin for device specified
> python --version 2>NUL> if errorlevel 1 ( > echo Error^: Python is not installed. Please install Python 3.5 ^(64-bit^) or higher from https://www.python.org/downloads/> goto error > ) >> :: Check if Python version is equal or higher 3.4> for /F "tokens=* USEBACKQ" %%F IN (`python --version 2^>^&1`) DO ( > set version=%%F