This is the VSCode extension to help you prepare the NuEdgeWise automatically.
Features
NuEdgeWise: Clone Multiple Repositories: Help you download all tools and example applications in NuEdgeWise
NuEdgeWise: Set Up Python Environment: Help you setup NuEdgeWise python ENV.
NuEdgeWise: Run Vela TFLite Conversion: Support vela compiler to convert TFLite int8 model to vela TFLite.
Requirements
Need to install git and conda (About conda, users can use Anaconda/minconda or Miniforge)
Users need to first clone the NuEdgeWise repository from the CLONE REPOS tab, and then setup the NuEdgeWise_env Python environment from the PYTHON ENVIRONMENT SETUP tab.
Steps
Click the NuEdgeWise icon
Select the repositories you want to clone. The grayed-out NuEdgeWise item shows installation requirements for the environment.
Click the "Clone Selected" button to clone the repositories to your local disk.
Click "Setup Environment". It will search for default conda installation folders. (e.g. C:\ProgramData\anaconda3, C:\ProgramData\miniforge3 C:\Users<username>\anaconda3 C:\Users<username>\miniforge3) This step is related to pip install and may take tens of minutes to complete, please wait for the completion message.
Click and select kernel: NuEdgeWise_env
Menu : File -> Open Folder -> Open the repository (e.g. ML_G-Sensor). Open the .jpynb file, then you can click on the jupyter notebook and run it.
Extension Settings
If you use a different path for your NuEdgeWise directory
Command Palette (Ctrl + shift + P) → Preferences: Open Settings (UI) → Search for NuEdgeWise Python Env Setup → set the Default NuEdgeWise Path to yours
If you have changed your Conda installation path from the default, please make sure to update it accordingly.
Command Palette (Ctrl + shift + P) → Preferences: Open Settings (UI) → Search for NuEdgeWise Python Env Setup → set the Adding Conda Bin Path to yours
Known Issues
Release Notes
0.0.5
Add Extension Pack
0.0.4
Add more default condabin paths
Remove some vela configs
0.0.3
Update NuEdgeWise install path and Conda bin path basing on default config