You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/javascripts/oxalis/view/jobs/train_ai_model.tsx
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ const FormItem = Form.Item;
56
56
// only the APIAnnotations of the given annotations to train on are loaded from the backend.
57
57
// Thus, the code needs to handle both HybridTracing | APIAnnotation where APIAnnotation is missing some information.
58
58
// Therefore, volumeTracings with the matching volumeTracingMags are needed to get more details on each volume annotation layer and its magnifications.
59
-
// As the userBoundingBoxes should have multiple sizes of the smallest one, a check with a warning should be included.
59
+
// As the userBoundingBoxes should have extents that are multiples of the smallest extent, a check with a warning should be included.
60
60
// As training on fallback data is supported and an annotation is not required to have VolumeTracings,
61
61
// it is necessary to save userBoundingBoxes separately and not load them from volumeTracings entries to support skeleton only annotations.
62
-
// Moreover, in case an annotations is a task, its task bounding box should also be used for training.
62
+
// Moreover, in case an annotation is a task, its task bounding box should also be used for training.
63
63
// Note that a copy of the userBoundingBoxes is included in each volume and skeleton tracing of an annotation. Thus, it doesn't matter from which the userBoundingBoxes are taken.
`'${name}' of annotation ${annotationId}: ${boundingBox.join(", ")}will be ${alignedBoundingBox.join(", ")} in mag ${trainingMag.join(", ")}`,
630
632
);
631
633
warnings.push(
632
634
`The following bounding boxes are not aligned with the selected magnification. They will be automatically shrunk to be aligned with the magnification:\n${notMagAlignedBoundingBoxesStrings.join("\n")}`,
0 commit comments