add process type: WEIGHTS = "WEIGHTS"

This commit is contained in:
shalenikol 2025-01-24 17:48:37 +03:00
parent 7c01c61194
commit 470a7ef43e

View file

@ -6,6 +6,7 @@ export enum ModelMachineLearningTypes {
OBJECT_DETECTION = "OBJECT_DETECTION",
POSE_ESTIMATION = "POSE_ESTIMATION",
BOP_DATASET = "BOP_DATASET",
WEIGHTS = "WEIGHTS",
}
export class CalculationModel extends ValidationModel {