This is a Python project that provides a tool for annotating images and videos. The tool supports drawing rectangles, circles, points, and text annotations on the images and videos. The annotations can be saved to a JSON file and loaded back in later. The tool also supports exporting annotated videos and images.
- Clone this repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt
.
- Run the
main.py
file to open the annotation tool. - Select the video or image to annotate.
- Draw annotations on the video or image.
- Each drawing will save the annotation file.
- Export the annotated video or image.
Contributions are welcome. Please follow these steps:
- Clone this repository to your local machine.
- Create a new branch:
git checkout -b my-feature-branch
. - Make changes.
- Commit changes:
git commit -m "Add new feature"
. - Push changes:
git push origin my-feature-branch
. - Submit a pull request.