Skip to content

zhoudaqing/training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Annotations

GoDoc Build Status

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 cloud-annotations/tap/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

Binary (Windows / Linux / macOS)

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)

$ npm install -g cloud-annotations

About

🐝 Custom Object Detection and Classification Training

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 66.3%
  • Python 30.9%
  • Shell 2.8%