Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Running starter

In the terminal go to the folder where PEKAT is installed (cd folder) and run

...

Code Block
./pekat-vision host -l

Creating project

In the terminal go to the folder where PEKAT is installed (cd folder) and run

...

Running specific existing project

In the terminal go to the folder where PEKAT is installed (cd folder) and run

Code Block
languagebash
./pekat-vision start -p port_number -d path_to_project

When a project is started, you can open it in a web browser on at the address http://localhost:port_number

Running a project on a specific GPU

In the terminal go to the folder where PEKAT is installed (cd folder) and run

...

Example for running 2 projects on 2 different GPUs

In the terminal go to the folder where PEKAT is installed (cd folder) and run

...

When projects are started, open them in a browser on http://localhost:8000 and http://localhost:8010

...

Code Block
./pekat-vision -h

Help for creating a project:

Code Block
./pekat-vision create -h

Help for starting a project:

Code Block
./pekat-vision start -h