Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 2.07 KB

README.md

File metadata and controls

45 lines (33 loc) · 2.07 KB

Cloud Annotations

NPM Version NPM Downloads Build Status Coverage Status

Installation

$ npm install -g cloud-annotations

Before you begin

The Cloud Annotations CLI requires you to already have labeled images in the Cloud Annotations online tool. For an in-depth guide on this process, check out the following links:

Cloud Annotations CLI should work on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.

Usage

$ cacli
┌─────────────────────────────┐
│ (C)loud (A)nnotations (CLI) │
│ version 1.1.0               │
└─────────────────────────────┘

Usage: cacli <command>

where <command> is one of:
  init         Interactively create a config.yaml file
  train        Start a training run
  logs         Monitor the logs of a training run
  progress     Monitor the progress of a training run
  list         List all training runs
  download     Download a trained model

cacli <cmd> -h     quick help on <cmd>