Managing Projects

Managing projects is actually easy with AugeLab Studio.

Described early in the Menubar-File section, you can save-load your project files with .pmod extension.

Handling resource files

When haandling resource files, it's best practice to put any resource such as:

  • Image files (image, video etc.)

  • AI models

  • Certificates

in the same folder with the .pmod file.

This way, you'll be able to share your project files and all of external resources without reloading them.

Exporting Projects to Different Computers

AugeLab Studio .pmod files can be opened on any computer with AugeLab Studio installed.

To keep things simple, organize your resource files (images, weights, files etc.) in the same folder with the .pmod file. Simple folder structure would look like this:

  MyProjectFolder
  β”œβ”€β”€ my_project.pmod
  β”œβ”€β”€ resources
  β”‚    β”œβ”€β”€ image1.jpg
  β”‚    β”œβ”€β”€ model.onnx
  |    └── human_det.weights

When you need to move your project to a different computer, just copy the entire folder to the new computer and open the .pmod file with AugeLab Studio. All resource files will be loaded automatically.

Last updated

Was this helpful?