Spatial labels on videos
How to create bounding boxes, masks on video frames in Python
Introduction

How to debug this tutorial


Python Code
Import libraries
Init API client
Create project
Upload video to the dataset on server
Create annotation classes and update project meta
Prepare source data
Create video objects
Create masks, rectangles, frames and figures

Create VideoObjectCollection and FrameCollection
VideoObjectCollection and FrameCollectionGet video file info
Create VideoAnnotation
VideoAnnotationUpload annotation to the video on server
Download video annotation from server
Recap
Last updated