# Dashboard

Dashboard is the main screen of the application. It contains information presented in the form of easy-to-read tables about:

  • active uploads,
  • active manipulations,
  • recently used datasets,
  • recent manipulations,
  • active clonings,
  • recent clonings,
  • active trainings,
  • recent trainings,
  • active conversions,
  • recent conversions,
  • active predictions,
  • recent predictions,
  • recent notifications,
  • recent errors.

The active tables consist of the records currently being processed by the worker or queued, and the recent tables consist of the five most recently processed records. Clicking on a record will take you to a detailed record view, but you cannot access it while the process is running. Once the process is complete, a notification will appear and the record will be unlocked.

Dashboard view
Dashboard view

# Active uploads

Information about active uploads:

  • Name - the datasets that are being uploaded,
  • Updated - upload date,
  • Images - upload progress bar,
  • Categories - list of categories assigned to the datasets.

Active uploads
Active uploads

# Active manipulations

Information about active manipulations:

  • Name - the datasets that are being generated by the manipulator,
  • Created - creation date,
  • Start time - manipulation start time,
  • Working time - duration of the manipulation,
  • Generated images - number of generated images,
  • Status - manipulation status.

Active manipulations
Active manipulations

# Recently used datasets

Information about recently processed datasets:

  • Name - the datasets that were recently used,
  • Created - creation date,
  • Update - date of the last update,
  • Images - number of images in the dataset,
  • Categories - list of categories assigned to the datasets.

Recently used datasets
Recently used datasets

# Recent manipulations

Information about new datasets recently generated by the manipulator:

  • Name - the datasets that were recently generated by the manipulator,
  • Created - creation date,
  • Start time - manipulation start time,
  • Working time - duration of the manipulation,
  • Generated images - number of generated images.

Recently added manipulations
Recently added manipulations

# Active clonings

Information about active clonings:

  • Name - the dataset that is being cloned,
  • Created - creation date,
  • Updated - update date,
  • Working time - duration of cloning,
  • New dataset id - Id of the cloned dataset,
  • Original dataset id - Id of the original dataset,
  • Status - cloning status.

Active clonings
Active clonings

# Recent clonings

Information about recent clonings:

  • Name - the dataset that was cloned,
  • Created - creation date,
  • Start time - cloning start time,
  • Working time - duration of cloning,
  • New dataset id - Id of the cloned dataset,
  • Original dataset id - Id of the original dataset.

Recent clonings
Recent clonings

# Active trainings

Information about active trainings:

  • Name - the datasets that are being used in trainings,
  • Created - creation date,
  • Start time - training start time,
  • Working time - duration of the training,
  • Training type - type of training: detection/classifiaction,
  • Framework - framework used,
  • Pretrained model - selected pretrained model,
  • Epochs - number of epochs,
  • Status - training status.

Active trainings
Active trainings

# Recent trainings

Information about recently trained neural network models:

  • Name - the name of the training,
  • Created - creation date,
  • Start time - training start time,
  • Working time - durtation of the training,
  • Training type - type of training: detection/classification,
  • Framework - framework used,
  • Pretrained model - selected pretrained model.

Recently trained models
Recently trained models

# Active conversions

Information about active conversions:

  • Model name - the models that are being converted,
  • Created - creation date,
  • Start time - conversion start time,
  • Working time - duration of the conversion,
  • Hardware name - the name of the hardware to which the model is being converted,
  • Status - conversion status.

Active conversions
Active conversions

# Recent conversions

Information about recent conversions:

  • Model name - the models that were converted,
  • Created - creation date,
  • Start time - conversion start time,
  • Working time - duration of the conversion,
  • Hardware name - the name of the hardware to which the model was converted.

Recently added conversions
Recently added conversions

# Active predictions

Information about active predictions:

  • Dataset name - the datasets that are being used for prediction,
  • Model name - the models that are being used for prediction,
  • Creation time - creation date,
  • Start time - prediction start time,
  • Working time - duration of the prediction,
  • Total images - total number of images from the dataset to be analyzed,
  • Predictions over minimum confidence - number of predictions that exceeded the minimum confidence threshold of all predictions,
  • Total predictions - total number of predictions obtained on the analyzed images,
  • Images with errors - number of images that could not be processed by the predictor,
  • Status - prediction status.

Active predictions
Active predictions

# Recent predictions

Information about recent predictions:

  • Dataset name - the datasets that were used for prediction,
  • Model name - the models that were used for prediction,
  • Creation time - creation date,
  • Start time - prediction start time,
  • Working time - duration of the prediction,
  • Total images - total number of images from the dataset to be analyzed,
  • Predictions over minimum confidence - number of predictions that exceeded the minimum confidence threshold of all predictions,
  • Total predictions - total number of predictions obtained on the analyzed images,
  • Images with errors - number of images that could not be processed by the predictor.

Recently added predictions
Recently added predictions

# Recent notifications

Collection of notifications about successfully completed tasks:

  • Type - task type,
  • Time - task completion time,
  • Name - task name,
  • Messages - message of the notification,
  • Details - details of the notification.

Recently added notifications
Recently added notifications

# Recent errors

Collection of notifications about tasks that have failed to be completed:

  • Type - error type,
  • Time - task failure time,
  • Name - task name,
  • Messages - message describing the error,
  • Details - details of the error.

Recent errors
Recent errors