Importing Data & Annotations
Last updated
Was this helpful?
Last updated
Was this helpful?
The RedBrick AI SDK allows you to programmatically import data and/or annotations with a Python script. You can import either locally or externally stored data via the SDK using the create_datapoints
method.
Perform the to create a Project object.
To import locally stored data, create a list of points
with relative file paths to your locally stored data, and use the storage ID.
To import data stored in an external storage method such as AWS s3, be sure to use the Storage ID found on the Storage tab of your RedBrick AI account instead of redbrick.StorageMethod.REDBRICK
.
to learn how to integrate your own external storage like AWS s3, GCS, or Azure blob.
First, please follow our guide on import to prepare your points object correctly.