Next Steps

You’ve created a Box Detect function, imported images, drawn bounding boxes in the Train tab, and invoked the function. From here, the work is mostly about scaling up annotation, integrating into your application, and using per-object confidence well.

Use per-object confidence

Every detected object has its own confidence score. Most production detection integrations filter detections by a confidence threshold before acting on them — the right number depends on the cost of acting on false positives vs. missing true positives.

Related: Tuning Confidence Thresholds — written for classification but the general framework applies to per-object detection confidence too.

Plan for production

Related: Production Integration Patterns.

Go deeper on the platform

Or try another function type