           CLI interface for StarNet2 with Torch backend.

          This version supports MPS acceleration on M1 CPUs.
       
       ---> MacOS 12.3+ is needed to use MPS acceleration <---



--------------------------- INSTALLATION --------------------------------

To install:
  1. Open terminal
  2. run
    chmod +x install.sh
  3. run
    sudo ./install.sh

This will copy executable into /usr/local/bin/ and
libraries into /usr/local/lib/

-------------------------------------------------------------------------



Run
    starnet2 -h
to get additional info on how to run.

Run
    starnet2
to run w/ default arguments which should process successfully the
test image provided.

To get more details on supported image formats please see
https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html


Overall, this CLI assumes you know what you are doing,
otherwise you might need to download another version.


Please see LICENCE file for legal information.
By using this software you agree to the terms.