Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 3 Next »

Model overview serves for managing models - exporting existing ones, importing new ones, selecting active model and deleting old unnecessary models.

How to open

In any AI modul, go into INSPECT window and click on the CHANGE button in the right portion of the window (highlighted with a red rectangle on the image below).

image-20241128-140807.png

Layout

After opening, the Model Overview looks like this:

image-20241128-141022.png

It contains a list of trained models with some basic information about them and buttons that can be used to perform operations on those models

In the model list, the basic information you get are the name of the model, creation date, whether vertical, horizontal flip and rotation was turned on during training.

Finally, further information about the model can be found by clicking on the info button. That information differs based on the type of the model (classifier, detector…) and will be better explained in the documentation for those specific models.

image-20241128-141354.png

Renaming model

Model can be renamed by clicking on the pen icon next to it.

image-20241128-142237.png

A small window will open up where you cna change its name:

image-20241128-142330.png

Restoring Annotations

The models now store information abou the annotations that were used during their training. You can now restore those annotation by clicking on the clock button next to them.

image-20241128-142523.png

Deleting Models

Sometimes, you may decide to delete old unused models, since they unneccesarily take up storage space on your PC and in increase the size of exports made of this project.

You can delete a single model by clicking on the thrash can icon next to the model, or alternatively you can click on multiple models while holding the ctrl key to select them and then delete multiple at once by clicking the DELETE SELECTED button.

Active model cannot be deleted. You must first switch to None Actve and then you can delete it.

image-20241128-143018.pngimage-20241128-143158.png

Exporting Models

You can export a model by clicking on the download button next to it. It compress the model into a .zip file and then open up file manager where you can choose the name of the file and location where to store it.

image-20241128-143305.png

Importing Models

You can import a model that was previously exported by clicking on the IMPORT MODEL button. It will open up file explorer where you can select the model you want to export.

image-20241128-143542.png

Switching Models

You can switch to a different model by clicking on the one you want to use. the Model Overview will then automatically close and return back to the INSPECT section with images being evaluated by the new model.

  • No labels