Skip to content

Generate image features using resnetv2_18 from MXNet GluonCV

Notifications You must be signed in to change notification settings

riandyrn/image-featurizer

Repository files navigation

Image Featurizer

This project is used to generate image features by using ResNet18 v2.

This project is intended to be used as complementary service for searching similar image like Thomas Delteil's Visual Search.

The model is served using MXNet Model Server in Docker.

Run Service

> make run

This command will execute the service & make it listen to port 8080.

Stop Service

> make stop

This command will stop the running service in another terminal.

If we want to stop the service in current terminal simply press CTRL + C.

Test Service

> make test

This command will execute test on service. It will feed the service with jpeg image.