Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Running starter with GUI (not available on Jetson)

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

./pekat-vision-gui -l

Running starter with web interface

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

./pekat-web host -l

Then open the given address in web browser.

Creating project

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

./pekat-web 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

./pekat-web start -p port_number -d path_to_project -l

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

./pekat-web start -p port_number -d path_to_project -g gpu_number -l

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

./pekat-web start -p 8000 -d path_to_project1 -g 0 -l

Open another terminal and run

./pekat-web start -p 8010 -d path_to_project2 -g 1 -l

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

  • No labels