get-dataset-coco
Automatically generated README for this automation recipe: get-dataset-coco
Category: AI/ML datasets
License: Apache 2.0
-
Notes from the authors, contributors and users: README-extra
-
CM meta description for this script: _cm.json
- Output cached? True
Reuse this script in your project
Install MLCommons CM automation meta-framework
Pull CM repository with this automation recipe (CM script)
cm pull repo mlcommons@cm4mlops
Print CM help from the command line
cmr "get dataset object-detection coco" --help
Run this script
Run this script via CLI
cm run script --tags=get,dataset,object-detection,coco[,variations] [--input_flags]
Run this script via CLI (alternative)
cmr "get dataset object-detection coco [variations]" [--input_flags]
Run this script from Python
import cmind
r = cmind.access({'action':'run'
'automation':'script',
'tags':'get,dataset,object-detection,coco'
'out':'con',
...
(other input keys for this script)
...
})
if r['return']>0:
print (r['error'])
Run this script via Docker (beta)
cm docker script "get dataset object-detection coco[variations]" [--input_flags]
Variations
-
Group "size"
Click here to expand this section.
_complete
(default)- ENV variables:
- CM_DATASET_COCO_SIZE:
complete
- CM_DATASET_COCO_SIZE:
- ENV variables:
_small
- ENV variables:
- CM_DATASET_COCO_SIZE:
small
- CM_DATASET_COCO_SIZE:
- ENV variables:
-
Group "type"
Click here to expand this section.
_train
- ENV variables:
- CM_DATASET_COCO_TYPE:
train
- CM_DATASET_COCO_TYPE:
- ENV variables:
_val
(default)- ENV variables:
- CM_DATASET_COCO_TYPE:
val
- CM_DATASET_COCO_TYPE:
- ENV variables:
-
Group "version"
Click here to expand this section.
_2017
(default)- ENV variables:
- CM_DATASET_COCO_VERSION:
2017
- CM_DATASET_COCO_VERSION:
- ENV variables:
Default variations
_2017,_complete,_val
Script flags mapped to environment
--from=value
→CM_FROM=value
--home=value
→CM_HOME_DIR=value
--store=value
→CM_STORE=value
--to=value
→CM_TO=value
Script output
cmr "get dataset object-detection coco [variations]" [--input_flags] -j