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:
- Training a Classification Model – How to train your own model to label images on IBM Cloud.
- Training an Object Detection Model – How to train your own model to find objects in an image on IBM Cloud.
Cloud Annotations CLI should work on macOS, Windows, and Linux.
If something doesn’t work, please file an issue.
If you are on macOS and using Homebrew, you can install cacli
with the following:
$ brew install cloud-annotations/tap/cacli
If you are on Linux or macOS, you can install cacli
with the following:
$ curl -sSL https://cloud.annotations.ai/install.sh | sh
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 install -g cloud-annotations