trcclub / training

🐝 Custom Object Detection and Classification Training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🐝 Custom Object Detection and Classification Training

License:MIT License


Languages

Language:Go 62.0%Language:Python 29.1%Language:Shell 4.8%Language:Makefile 2.8%Language:Dockerfile 1.4%