Skip to content

OhkuboSGMS/NullA

Repository files navigation

⚠ Everything is unstable for now ⚠

NULL-A

Demo

2022-11-14.22-43-55_reenc.mp4

Machine Model's Inference GUI

Install(Binary)

get executable file from release

Install

conda create -n nulla python=3.8
pip install -r requirments.txt

Run

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

Build pyd

Build cython module

python setup.py build_ext --inplace

Build App

pyinstaller main.spec

Reference

TODO

  • モデル切り替え時に時々推論がストップする.
  • 動画の切り替え
  • OnnxRuntime-GPU

About

Computer Vision Inference GUI

Resources

Stars

Watchers

Forks

Packages

No packages published