Skip to main content
# Go to the Aivero Python Interface Installation folder
cd /opt/aivero/apyi-install

# Source our environment
source dddq_environment.sh

# Download annotations file from v7labs
python3 scripts/download_from_v7.py --folder annotations/ --dataset test-01

# Create webdataset
python3 scripts/create_webdataset.py -f annotations/ -o annotations.tar

# Load the webdataset and load it as a Pytorch dataset
python3 scripts/read_webdataset.py -w annotations.tar

Initialise

Download annotations

Create webdataset and load it