https://github.com/g4m3r0/imagerater
Simple Image Annotation Tool
https://github.com/g4m3r0/imagerater
Last synced: 3 months ago
JSON representation
Simple Image Annotation Tool
- Host: GitHub
- URL: https://github.com/g4m3r0/imagerater
- Owner: g4m3r0
- License: mit
- Created: 2023-02-23T23:32:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T16:28:58.000Z (about 2 years ago)
- Last Synced: 2025-01-10T17:52:02.944Z (5 months ago)
- Language: C#
- Size: 323 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImageRater
The Image Rater is a simple desktop application that allows users to annotate a set of images stored in a local folder. The tool displays each image in the folder one by one, allowing the user to annotate it using four buttons: "Load Defect", "Overlay Defect", "Minor Overlay Defect", "Other Defect". Images can also be skipped if there is no annotation needed and the last annotation can be undone if an error was made.
As the user annotates each image, the tool saves the filename and annotation as a new line in a CSV file located in the same folder as the images. This makes it easy for the user to keep track of which images contain defects and enables further analysis of the data using other tools.
It is written in C# using the Windows Presentation Foundation (WPF) framework and can be easily customized and extended to fit specific use cases.
