Skip to content

A GUI tool to help label images for Tensorflow Lite object detection

License

Notifications You must be signed in to change notification settings

drfloob/tf_image_labeler

 
 

Repository files navigation

This simple tool helps you label images for Tensorflow Lite's Object Detection library.

Run: tf_labeler image -l <custom_label> -p /path/to/training_image.jpg

Usage:

  1. select the area you would like to label
  2. click the "Accept" button (the checkmark)

The generated CSV line will be copied to your clipboard. Something like:

$ tf_labeler image -l arst -p /home/me/proj/test_images/maxresdefault.jpg
UNASSIGNED,/home/me/proj/test_images/maxresdefault.jpg,arst,0.728125,0.259722,,,0.948438,0.475

image

Forked from flameshot-org/flameshot

About

A GUI tool to help label images for Tensorflow Lite object detection

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.5%
  • CMake 5.8%
  • Shell 3.4%
  • Python 1.8%
  • Roff 1.2%
  • C 0.2%
  • Other 0.1%