Repo of tools for you to struggle lazily with data preparation.
Built with Python Tkinter. (Theme used - Azure https://github.com/rdbende/Azure-ttk-theme)
Current applications:
- Peel
- AnoDatum
Peel helps you to transform video into image frames.
python -m Peel
Supported file foramts:
- avi
- mp4
Anota is a tool design for annotating image data.
python -m Anota
Supports 'loading and saving settings'.
Compatible with any aspect ratios.
Supported annotating schemes:
- Classic (one label at a time)
- Extended (multiple labels at a time)
- Hierarchical (multilabels with relation and controlled selection at a time)
Current supported annotating modes:
- Bounding Box (format - [labelid, centre_x, centre_y, width, height])
- Landmark (format - [landmarkid, x, y])
Note: Everything is now Relational and in the range [0, 1]
rounded to 4 decimals to be consistent with various aspect ratios.
Supported file formats:
- png
- jpg
- Left click to start drawing.
- Freely hover over the image.
- Get help from Ctrl to force shape the box square.
- Click again to finalise the box.
- Left click to mark the landmark.
Dont't forget to click 'save' to save your work.