Exports
#0 SUCCESS
face
3 years ago
11s
#0 SUCCESS
let_goooo
3 years ago
18s
#0 SUCCESS
eggs_train_3
3 years ago
12s
#0 SUCCESS
eggs_train_2
3 years ago
18s
#0 SUCCESS
eggs_train
3 years ago
14s
Use the DataTorch Python package to download files and annotations from this project (Requires Python 3.10+):
pip install datatorch
Download files and annotations from last successful schema export:
import datatorch as dt
api = dt.api.ApiClient('YOUR-API-KEY')
# For the default schema named 'All'
api.project('dave/egg-counting').download()
# For any named schema
api.project('dave/egg-counting').download('SCHEMA_NAME')
# With directory
api.project('dave/egg-counting').download('SCHEMA_NAME','/files')