⚠ Everything is unstable for now ⚠
Demo
2022-11-14.22-43-55_reenc.mp4
Machine Model's Inference GUI
get executable file from release
conda create -n nulla python=3.8
pip install -r requirments.txt
python main.py
usage: nulla [-h] [--source SOURCE] [--model MODEL]
optional arguments:
-h, --help show this help message and exit
--source SOURCE 動画リソースを設定(数字:WEBカメラ,URL:IPカメラ,ファイルパス:ローカル動画)
--model MODEL Detector名
Build cython module
python setup.py build_ext --inplace
pyinstaller main.spec
- Cython https://github.com/cython/cython
- Onnx Model Zoo https://github.com/onnx/models
- モデル切り替え時に時々推論がストップする.
- 動画の切り替え
- OnnxRuntime-GPU