This is a tool for annotating the subject-predicate-object
relationships in an image.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://github.com/aaronpp65/Visual-Relationshiop-Detection-Annotation-tool.git
What things you need to install and how to install them
pip install pysimplegui
This tool is used on a dataset already annotated in the VOC format. Make sure the folder structure is same.
├── ...
├── dataset
│ ├── Annotations
│ ├── JPEGImages
│ ├── ImageSets
│ └── VRD
└── ...
python main.py
Choose the predicate from dropdown list and select Next Ann to save the entry.
Update the list of predicates in predicates.txt
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Aaron P P - Initial work - aaronpp65
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details