-
install python 3.12
-
install kneron plus 3.0.0
cd ./external/kneron_plus_3.0.0/package/{platform}/
pip install KneronPLUS-3.0.0-py3-none-any.whl
# if the above command doesn't work
pip install --force-reinstall KneronPLUS-3.0.0-py3-none-any.whl
- PyQT5
pip install PyQt5
- other packages
pip install opencv-python
cd ./src/demogui
python main.py