Check the preview of 2nd version of this platform being developed by the open MLCommons taskforce on automation and reproducibility as a free, open-source and technology-agnostic on-prem platform.
program:object-detection-onnx-py (v1.1.1)
Creation date: 2019-06-03
Source: GitHub
cID: b0ac08fe1d3c2615:4bc385394b7a9350

Don't hesitate to get in touch if you encounter any issues or would like to discuss this community project!
Please report if this CK component works: 1  or fails: 0 
Sign up to be notified when artifacts are shared or updated!

Description  

This portable workflow is our attempt to provide a common CLI with Python JSON API and a JSON meta description to automatically detect or install required components (models, data sets, libraries, frameworks, tools), and then build, run, validate, benchmark and auto-tune the associated method (program) across diverse models, datasets, compilers, platforms and environments. Our on-going project is to make the onboarding process as simple as possible via this platform. Please check this CK white paper and don't hesitate to contact us if you have suggestions or feedback!
  • Automation framework: CK
  • Development repository: ck-mlperf
  • Source: GitHub
  • Available command lines:
    • ck run program:object-detection-onnx-py --cmd_key=default (META)
  • Support for host OS: any
  • Support for target OS: any
  • Tags: object-detection,onnx,lang-python
  • Template: Object Detection via TensorFlow (Python)
  • How to get the stable version via the client:
    pip install cbench
    cb download program:object-detection-onnx-py --version=1.1.1 --all
    ck run program:object-detection-onnx-py
  • How to get the development version:
    pip install ck
    ck pull repo:ck-mlperf
    ck run program:object-detection-onnx-py

  • CLI and Python API: module:program
  • Dependencies    

    ReadMe  

    TensorFlow object-detection program

    Pre-requisites

    Repositories

    $ ck pull repo:ck-mlperf
    

    ONNX libraries

    $ ck install package --tags=lib,onnx
    $ ck install package --tags=lib,onnxruntime
    

    ONNX Object Detection model

    Install one or more object detection model package:

    $ ck install package --tags=model,object-detection,onnx
    

    Datasets

    $ ck install package --tags=dataset,object-detection,preprocessed,side.1200
    

    Running

    $ ck run program:object-detection-onnx-py
    

    Program parameters

    CK_BATCH_COUNT

    The number of images to be processed.

    Default: 1

    CK_SKIP_IMAGES

    The number of skipped images.

    Default: 0

    Versions  

    Files  

    Comments  

    Please log in to add your comments!
    If you notice any inapropriate content that should not be here, please report us as soon as possible and we will try to remove it within 48 hours!