Versions Compared

Key

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

...

“Remote sync” can be used for downloading projects from some powerful PC that is used for training to less powerful PC / embedded device on the production line which only uses the trained model to evaluate if products are good/bad.

License

ADD LINK TO CMD PAGE, CREATE NEW CMD PAGE, VERIFY IF THE COMMANDS ARE STILL THE SAME FOR THE NEW VERSION

...

Projects Manager through Command Line [Windows]

In PEKAT VISION Windows version, it is possible to create, launch projects, choose GPU… through CMD.

Create Project through CMD

Target Directory Example

Info

C:\Program Files\PEKAT VISION 3.11.4\starter

Create Project - Help Command

Code Block
.\pekat-web.exe create -h 

...

Create Project - Usage Example

Code Block
pekat-cmd create -d C:\Users\Daniel\PekatVisionProjects\NewProject35 -n NewProject35

The command above will create a new project in the directory:C:\Users\User1\PekatVisionProjects\NewProject35

The project name in Projects Manager is defined as NewProject35.

...

Info

To display the project in projects manager UI, the user must use 'Open Project' in Projects Manager UI and select the target folder, in order to update Projects Manager UI

Launch Project through CMD

Target Directory Example

Info

C:\Program Files\PEKAT VISION 3.11.7\starter

Launch Project - Help Command

Code Block
.\pekat-web.exe start -h

...

Launch Project (without log)

Code Block
.\pekat-web.exe start -p 8000 -d C:\Users\Daniel\PekatVisionProjects\NewProjects35

...

Launch Project (with log)

Code Block
.\pekat-web.exe start -p 8000 -d C:\Users\Daniel\PekatVisionProjects\NewProjects35 -l

...

Optional Arguments

...

-l how is it used? -l y ??

API key

--password

Code BlockOptional arguments: -h, --help Show this help message and exit. -p PORT, --port PORT Defines starting port -d DATA, --data DATA Project directory -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) Visit this page for more information: Working with PEKAT VISION through CMD in Windows

Projects Manager through Terminal [Linux]

Visit this page for more information: Working with PEKAT VISION through Ubuntu terminal

Local Machine vs Network Host - Projects Manager

...