Code Monkey home page Code Monkey logo

imageretrieval-lsh's Introduction

图像检索模型

1.模型介绍

--技术:深度卷积神经网络技术、LSH局部敏感哈希算法、flask web端部署、nts细粒度分类技术

2.预训练模型

--图像分类预训练模型:https://drive.google.com/file/d/1F-eKqPRjlya5GH2HwTlLKNSPEUaxCu9H/view?usp=sharing
--图像检索预训练模型:http://cmp.felk.cvut.cz/cnnimageretrieval/data/whiten/retrieval-SfM-120k/retrieval-SfM-120k-vgg16-gem-r-rwhiten-19b204e.pth
    resnet50 http://cmp.felk.cvut.cz/cnnimageretrieval/data/networks/gl18/gl18-tl-resnet50-gem-w-83fdc30.pth

3.数据集

--生产上数据集进行迁移学习并查重

4.数据预处理

数据大小处理为(224*224)
--筛选出tiff、tif等格式文件,并解决pillow的底层问题(opencv解决conver(“RGB”)问题)
--数据分类筛选:采用nts网络进行细粒度分类

5.模型业务使用

--分类:python utils/classify.py
--特征提取:python utils/retrieval_feature.py
--图像离线检索:python utils/retrieval_index.py
--在线部署:python interface.py (采用flask框架部署,同时离线更新数据库)
          python app_test.py (测试接口)

6.指标

--map:0.93

imageretrieval-lsh's People

Contributors

yinhaoxs 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.