Skip to content

riderman10000/Annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotator - Image Annotation Tool

License: MIT License

Description

To label the object, annotator is a program that provides a fundamental code basis to extract the coordinates/location of object in an image.

Key Features

While the main feature is the code basis for easy implementation of methods to export lables in various data format to create dataset. Some of the updates from its previous versions are:

  • seperated gui and tool code
  • menu bar to include desired methods
  • add your export ways and techniques to the object
  • shortcuts: keyboard and mouse, including mouse pressed and released

Main Program and Credits

Usage

  1. clone this repo
  2. run the python file rl_main.py # this is for development only will change to main once some parts are final
  3. now use the open image directory to navigate to the image file (mostly extracts .jpg and .png extension image, you can add more in the code)
  4. The image will appear in the center of the program. Create a class for the object to label
  5. currently supports rectangle bounding box, so point to the left-top of the object, and drag your mouse to the bottom-right of the object.

License

This project is open-source and currently does not have a specific license. You are free to view, use, and modify the code for personal or educational purposes. If you plan to distribute or use this project in a commercial product, please consider adding an appropriate open-source license.

About

Data annotating program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages