Exports
#0 SUCCESS
Test
2 years ago
21m 32s
#0 SUCCESS
Validation
2 years ago
21m 33s
#0 SUCCESS
Train
2 years ago
21m 37s
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('jjavier98/cactus-detection').download()
# For any named schema
api.project('jjavier98/cactus-detection').download('SCHEMA_NAME')
# With directory
api.project('jjavier98/cactus-detection').download('SCHEMA_NAME','/files')