Spatial labels on images
How to create bounding boxes, polygons, masks, points and polylines in Python
Introduction


How to debug this tutorial


Python Code
Import libraries
Init API client
Create project
Create annotation classes
Create rectangle
Create polygon
Create masks

Create image annotation
Upload image with annotation
Create points
Create polyline
Upload the second image with annotation
Recap
Last updated