Working with PEKAT VISION through Ubuntu terminal
Running starter
In the terminal go to the 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 the terminal go to the 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 the terminal go to the folder where PEKAT is installed (cd folder) and run
When a project is started, you can open it in a web browser 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
Note: GPU numbers start from 0
Example for running 2 projects on 2 different GPUs
In the terminal go to the folder where PEKAT is installed (cd folder) and run
Open another terminal and run
When projects are started, open them in a 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 a project:
Help for starting a project: