Working with PEKAT VISION through Ubuntu terminal

Running starter

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

./pekat-vision -l

This both opens GUI (not available on Jetson) and also writes an address where you can access the web interface through your web browser. The -l option shows all logs also in the command line (without this option the logs are just written to file).

You can also use the host option for the same purpose:

./pekat-vision host -l

Creating project

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

./pekat-vision create -d path_to_new_project_directory -n name_of_project

Running specific existing project

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

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

Running project on specific GPU

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

Note: GPU numbers start from 0

Example for running 2 projects on 2 different GPUs

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

Open another terminal and run

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

Help

To get information about different parameters, you can use the -h option.
Help for starter:

Help for creating project:

Help for starting project: