September 21, 2019

296 words 2 mins read

cloud-annotations/training

cloud-annotations/training

Custom Object Detection and Classification Training

repo name cloud-annotations/training
repo link https://github.com/cloud-annotations/training
homepage
language Go
size (curr.) 53207 kB
stars (curr.) 2502
created 2019-01-29
license MIT License

Cloud Annotations

GoDoc Build Status

🚨IMPORTANT 🚨 The NPM version of cacli is officially no longer supported. Please use the new installation instructions below.

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.

Installation

Homebrew (macOS)

If you are on macOS and using Homebrew, you can install cacli with the following:

$ brew install cacli

Shell script (Linux / macOS)

If you are on Linux or macOS, you can install cacli with the following:

$ curl -sSL https://cloud.annotations.ai/install.sh | sh

Windows

  1. Download the binary.
  2. Rename it to cacli.exe.
  3. cd to the directory where it was downloaded.
  4. Run cacli --version to check that it’s working.

(Optional) Add cacli.exe to your PATH to access it from any location.

Binary

Download the appropriate version for your platform from the releases page. Once downloaded, the binary can be run from anywhere. You don’t need to install it into a global location. This works well for shared hosts and other systems where you don’t have a privileged account.

Ideally, you should install it somewhere in your PATH for easy use. /usr/local/bin is the most probable location.

NPM Installation (deprecated)

Note: The npm installation is deprecated and no longer supported.

comments powered by Disqus