Object Detection AI Vision
Now that your object detection model is trained, it's time to test it with new images to see how well it can detect and locate objects.
Test Your Object Detection Model
After training, go to the Performance tab and click Quick Test to begin testing your model.
Upload a new, unseen image from your test dataset to see how well the model performs on data it hasn't seen before.
The model will output:
- Bounding boxes over detected objects
- Predicted class label
- Confidence scores for each detection
Review and Refine Your Model
If detections are inaccurate or inconsistent:
- Add more training images showing underrepresented variations
- Adjust or correct existing bounding boxes
- Re-train the model and use the latest iteration when performing subsequent predictions