Simple Image Annotator is an easy-to-use app designed to label key points and bounding boxes on images. It can be used for object detection, facial recognition, and other tasks that involve intricate image labeling.
You need to have one of the following installed:
- Python 3.8 or higher
- Anaconda or Miniconda
- Clone the repository:
git clone https://github.com/Pajpaje/keypoint-annotator
- Install the required dependencies:
If you're using Anaconda or Miniconda, run:
conda install -c conda-forge pyside6
conda install -c anaconda pillow
If you're using standard Python installation, run:
pip install PySide6
pip install Pillow
- Run the app
- Select the directory with the images that you want to label.
- Create classes.txt file with the names of your classes
- Label the key points and/or bounding boxes.
- Save the labeled image.
- Move to the next image.
- Repeat the labeling process until all images are labeled.
Here are some examples of how the app can be used:
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details.