add process type: WEIGHTS = "WEIGHTS"
This commit is contained in:
parent
7c01c61194
commit
470a7ef43e
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue