Models
Training & Testing
Metrics & Graphs
HMI & GadgetApps
Everything else
100

This model crops the image to Zone 5 before any defect detection occurs.

What is Bottom Foreground?

100

This is the dataset split can be used to adjust settings like learning rate and check for overfitting during training.

What is the validation set?

100

This metric measures how often the model is correct when it flags something as a defect.

What is Precision?

100

This is where trained model versions are moved to and from Gadgets.

What is the Model Management page in GadgetApps?

100

This is how many cameras and lights are present on the machine, in total.

What are 4 cameras and 4 lights?

200

This model is trained exclusively on good bottles and flags anything that deviates from them.

What is Bottom AD (Anomaly Detection)?

200

This training parameter, if set too low, may cause training to stop before the model has had enough time to learn meaningful patterns.

What is Patience?

200

A high score on this metric means the model is finding objects in roughly the right place, but says nothing about how precisely the boundaries are drawn.

What is AP50?

200

This is the alarm on the machine for when the maximum number of rejects for a particular defect was reached.

What is Defect Limit Alarm?

200

This is the specific section within Label Studio Settings where an annotation project can be permanently deleted.

What is the Danger Zone?

300

Unlike other defect models, this model's annotations are used specifically to reduce false positives rather than to identify defects.

What is Neg Mask Bottom?

300

This is what it means when both training loss and validation loss remain high and flat throughout training.

What is underfitting?

300

This visualization makes it easy to see which defect classes the model is mixing up with one another.

What is the Confusion Matrix?

300

These are the three conveyors on the machine.

What are Bi-Flo, Gap Transport, and Outfeed?

300

When annotating good bottles for the Bottom AD model, these annotations are used to perform this specific technique to reduce false positives.

What is negative masking?

400

The Bottom Foreground and Side Foreground models both use this algorithm.

What is YOLO11 Detect?

400

This training issue happens when the model memorizes instead of generalizes due to insufficient variability.

What is overfitting?

400

These are the different loss curves that need to be analyzed to evaluate the model version that was trained.

What are training loss and validation loss curves?

400

This is how anomaly detections appear differently from all other defects on the HMI Defect Tracking page.

What is they are recorded as "Other"?

400

What are the three preprocessing settings that can be seen in the Bottom Defect model.

What is Rotate, Crop to Label, and Resize?

500

This is the algorithm used by both anomaly detection models in the pipeline.

What is PatchCore?

500

When training stops early despite loss still improving, this parameter is the cause.

What is Patience set too low?

500

This metric evaluates overlap between predicted and actual annotattions.

What is IoU?

500
This is what communicates with the gadget to ensure the machine rejects defected bottles when identified.

What is the PLC?

500

When no dedicated test set is available during model setup, the documentation states this can be used in its place.

What is the training data?