Giter VIP home page Giter VIP logo

dockerize-image-matching-model's Introduction

Dockerize Deep learning model

The objectibe of this repository is to give overview of deplyoing a pretrained deep learning computer vison model by dockerizing it, which is based on kornia framework which matches the given two image.

Kornia is a computer vision framework built on top of pytorch

The pretrained model which has been used is kornia implementation of LoFTR: Detector-Free Local Feature Matching with Transformers. LoFTR can extract high-quality semi-dense matches even in indistinctive regions with low-textures, motion blur, or repetitive patterns.

image

To-Do

  1. Install Docker as per your operating system. Ignore this part if you already have it.
  2. Clone this repository by running git clone https://github.com/Deshram/dockerize-image-matching-model
  3. Make a models folder and download weights from below links
  4. Here I've used outdoor weights, but you can also try indoor and indoor new weights which are trained on different dataset by downloading them in models folder
  5. Build docker image by running docker build -t IMAGE_NAME . e.g. docker build -t image_mathcing .
  6. Run docker container to deploy on host docker run --gpus all -p HOST_PORT:CONTAINER_PORT IMAGE_NAME e.g. docker run --gpus all -p 5000:5000 image_matching PS: Use --gpus all if host machine contains GPU
demo_1.mp4

dockerize-image-matching-model's People

Contributors

deshram avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.