Computer vision

Use these guides to add vision capabilities to your machine. The standard pipeline is: configure a camera, deploy an ML model, add a vision service, then use detections or classifications in your code.

Not sure whether to use detection or classification? Detection finds where objects are in an image (bounding boxes). Classification tells you what the whole image contains (labels). Use detection when you need object locations; use classification when you just need to categorize the scene.