Versions Compared

Key

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

PEKAT VISION application is project-oriented.

Tip

You can run and work with several independent projects simultaneously.

Tip

Each project runs on its own network port and can be accessed from remote computers and managed without any restrictions.

Tip

Managing and running projects can be performed through both graphical user interface as well as console application.

...

Project Management Graphical User-Interface

The first section of PEKAT VISION projects manager, there are 3 options available:

...

Info

Create New Project - create creates a new project in projects manager and /PekatVisionProjects folderPEKAT VISION projects folder <C:\Users\User1\PekatVisionProjects\New_project1>

...

Info

Open Project - allows you to open an existing project folder in any location on disk

Image Added

Info

Import Project -enables you to import a project export .zip file (previously exported project)

...

Once a project is created, opened or imported, the project is displayed in projects manager list:

...

By clicking on the 3 dots button, enables the user to perform the following functions:

Image Added

Start Project

Image Added

Info

Name - type a project name

Info

Port - Port 8000 is default for each project in projects manager

Image Added

Info

After starting the project, project GUI is displayed, if you wish to access the project through web browser, click on the URL displayed, and close PEKAT VISION GUI .

Info

Additionally… Access from URL provided … Projects Manager Settings DEFINE

Image Added

Note

PORT IS ALLOCATED error message is displayed if a port is already allocated

Image Added
Tip

Examples of port values recommended to run multiple projects: 8010, 8020, 8030,…

Several projects can be running simultaneously, however, GPU consumption must be considered when running several projects.

For more information on GPU consumption, contact support at PEKAT VISION Customer Portal or at support@pekatvision.com

Project Options

...

Info

Export -exports a project with .zip extension

...

Info

Remove -removes a project only from the UI in projects manager

Info

Delete - deletes a project from projects manager UI and project folder data from /PekatVisionProjects folder

...

When you click on a project, the user is able to change the project Name and select a Port to run the project:

...

If the user attempts to open a second project with the same port number, PEKAT VISION informs the user that the port is already allocated, therefore, is reccomended to change the second project port by adding 10, to the current port number (eg. 8010).

Image Removed

Info

Only one project can run on each port

...

To start project, click on ‘START’ button, then PEKAT VISION will open the project GUI, if you wish to access the project through a browser, click on the URL displayed, and close the GUI:

...

Secure Image Analyze

If you check Secure Image Analyze option, our technolgy will Secure image analyze feature is design to encode images, providing a in order to provide secure communication:.

...

Projects Manager

...

The application has two modes:

...

though Command

Info

The arguments required are described in the Help.

Creating a Project

Code Block
.\pekat-cmd.exe create -h
usage: pekat-cmd create [-h] -d DATA -n NAME

Optional arguments:
  -h, --help            Show this help message and exit.
  -d DATA, --data DATA  Project dir
  -n NAME, --name NAME  Project name

Launch a project

Code Block
.\pekat-cmd.exe start -h
usage: pekat-cmd start [-h] [-p PORT] -d DATA [-n NETWORK] [-l LOG]

Optional arguments:
  -h, --help            Show this help message and exit.
  -p PORT, --port PORT  Starting port
  -d DATA, --data DATA  Project dir
  -l LOG, --log LOG     Show all logs (y/n)
  -P PASSWORD, --password PASSWORD
                        Administration password
  -key API_KEY, --api_key API_KEY
                        Image analyze only with API key
                  

...

Info

By default, the application runs only on the local machine

...

.

Info

Argument --network

...

enables network access

...

.

Code Block
  console
 ./pekat-web -h 
usage: pekat-web-starter [-h] [-v] [-p PORT] [-n] [-P PASSWORD] [-l] [-dc]
                         [-dcode]
                         

PEKAT VISION online projects starter

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -p PORT, --port PORT  Starting port
  -n, --network         Network access
  -P PASSWORD, --password PASSWORD
                        Password access
  -l, --log             Show all logs
  -dc, --disable_concurrent
                        Allows to run only 1 project at a time
  -dcode, --disable_code
                        Disable code module. Higher security.