Skip to content

A simple tool for automatic image annotation using Roboflow API

Notifications You must be signed in to change notification settings

roboflow/auto-annotate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-annotate


roboflow logo

💻 run locally

Remember don't install your dependencies globally, use venv.

# clone repository and navigate to root directory
git clone [email protected]:roboflow-ai/auto-annotate.git
cd auto-annotate

# setup python environment and activate it
python3 -m venv venv
source venv/bin/activate

# install
pip install -e .

🏃 hit the ground running

Warning Your ROBOFLOW_API_KEY is the secret. Do not commit it to your repository, especially if it is public.

export ROBOFLOW_API_KEY= ... 
python -m a2.annotate \
--source_image_directory ... \
--target_annotation_directory ... \
--roboflow_project_id ... \
--roboflow_project_version ...

🪄 label assist

auto-annotate is perfect if you want to automatically label large batches of data fast. However, if you prefare more control over what detections fall into your dataset, you can use Label Assist in our web interface. You will use the same pre-trained model, but have the ability to correct AI suggestions on the fly.

Screen Recording 2022-12-16 at 17 14 12

About

A simple tool for automatic image annotation using Roboflow API

Topics

Resources

Stars

Watchers

Forks

Languages