Summary
Steps to run DL Workbench with Vision Processing Unit (VPU) plugged-in
Description
- Ran ./start_workbench.sh -IMAGE_NAME openvino/workbench -TAG latest -ENABLE_MYRIAD -DETACHED -ASSETS_DIR /hdd-raid0/openvino_workbench command to start DL workbench.
- Received the following message: Optimize button is not available because the selected project has the Read-Only status
- Unplugged and plugged the Neural Compute Stick (NCS2) and restarted the workbench container.
- Removed all Assets directory data and restarted the container, but only TEMPORARILY resolved the Read-only message.
Resolution
- Install the latest OpenVINO™ version
- Go to <Path_Installed_Package>/deployment_tools/tools/workbench/
- Ensure /hdd-raid0/openvino_workbench has read-write access:
sudo chmod 777 /hdd-raid0/openvino_workbench - Start the DL Workbench:
sudo ./start_workbench.sh -IMAGE_NAME openvino/workbench -TAG latest -ENABLE_MYRIAD -DETACHED -ASSETS_DIR /hdd-raid0/openvino_workbench - Upload the Model and Dataset
- Select the local workstation as target
- Change the device to Myriad
Additional information
DL Workbench marks models, datasets, and projects as Read-only. Read-only means that it is not possible to run optimizations, profiling, or measurements on removed assets, while you can continue with importing new models and datasets.