Exports
#0 SUCCESS
schema
3 years ago
1s
#0 SUCCESS
test
3 years ago
3s
#0 SUCCESS
new schema 3
3 years ago
5s
#0 SUCCESS
LuckyCharms-COCO
4 years ago
1s
#0 SUCCESS
Lucky-Charms-COCO
4 years ago
2s
#0 CANCELED
lucky-charms-coco
-
-
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('lnguyen/lucky-charms-dataset').download()
# For any named schema
api.project('lnguyen/lucky-charms-dataset').download('SCHEMA_NAME')
# With directory
api.project('lnguyen/lucky-charms-dataset').download('SCHEMA_NAME','/files')