Exports
#0 SUCCESS
zfgz
7 months ago
9s
#0 SUCCESS
test
7 months ago
2s
#0 IN PROGRESS
Handle
7 months ago
-
#0 SUCCESS
Door Handle
7 months ago
4s
#0 CANCELED
All
-
-
Use the DataTorch Python package to download files and annotations from this project (Requires Python 3.7+):
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('caki/doorhandle').download()
# For any named schema
api.project('caki/doorhandle').download('SCHEMA_NAME')
# With directory
api.project('caki/doorhandle').download('SCHEMA_NAME','/files')
© 2024 DataTorch
Terms Documentation