Semi Automatic Image Annotation Toolbox with RetinaNet as the suggesting algorithm. The toolbox suggests 80 class objects from the MS COCO dataset using a pretrained RetinaNet model.
-
Clone this repository.
-
In the repository, execute
pip install -r requirements.txt
. Note that due to inconsistencies with howtensorflow
should be installed, this package does not define a dependency ontensorflow
as it will try to install that (which at least on Arch Linux results in an incorrect installation). Please make suretensorflow
is installed as per your systems requirements. Also, make sure Keras 2.1.3 or higher and OpenCV 3.x is installed. -
Download the pretrained weights and save it in /snapshots.
-
Tensorflow >= 1.7.0
-
OpenCV = 3.x
-
Keras >= 2.1.3
For, Python >= 3.5
-
Select the COCO object classes for which you need suggestions from the drop-down menu and add them.
-
When annotating manually, select the object class from the List and while keep it selected, select the BBox.
python main.py
-
Computer Vision Group, L.D. College of Engineering