Implemented the Google Cloud Vision API for Image Annotation module. This has a huge amount of performance improvement. Moreover, this returns the output within 3 seconds. Earlier it takes about 40 seconds to annotate an image using VGG16 and ResNet pre-trained models.
Sample Image that used to test the Google Cloud Vision API model
Result of the API
Investigation organizations can use following models to annotate the image.
VGG16
VGG19
ResNet
GoogleCloudAPI
Simply edit the properties.conf file and update the model_type.
Implemented the Google Cloud Vision API for Image Annotation module. This has a huge amount of performance improvement. Moreover, this returns the output within 3 seconds. Earlier it takes about 40 seconds to annotate an image using VGG16 and ResNet pre-trained models.
Sample Image that used to test the Google Cloud Vision API model
Result of the API
Investigation organizations can use following models to annotate the image.
Simply edit the properties.conf file and update the model_type.