The same Explorer GUI, but running on the OpenVINO backend.
This provides a lightweight solution for users to try out the model. It performs best on modern Intel hardware, and should also work on non-Intel CPUs.
-
Clone the repo and switch to this branch:
git clone https://github.com/GoodCoder666/katac4.git git switch inference
-
Place the ONNX model as
model.onnxunder the root directory. Either download one trained by me from the Releases, or manually convert from a PT model withexport_onnx.py. -
Install dependencies:
pip install -r requirements.txt
-
Run the main program:
python main.py
- You can switch between Play and Analysis at any time.
- Press Space to toggle analysis.
- "Import Game" can read saiblo replay files.