All Projects → PyRetri → Pyretri

PyRetri / Pyretri

Licence: apache-2.0
Open source deep learning based unsupervised image retrieval toolbox built on PyTorch🔥

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyretri

Fast Reid
SOTA Re-identification Methods and Toolbox
Stars: ✭ 2,287 (+187.67%)
Mutual labels:  toolbox, image-retrieval
Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (-18.87%)
Mutual labels:  toolbox
Batch Dropblock Network
Official source code of "Batch DropBlock Network for Person Re-identification and Beyond" (ICCV 2019)
Stars: ✭ 304 (-61.76%)
Mutual labels:  image-retrieval
Boxx
Tool-box for efficient build and debug in Python. Especially for Scientific Computing and Computer Vision.
Stars: ✭ 429 (-46.04%)
Mutual labels:  toolbox
Tide
A General Toolbox for Identifying Object Detection Errors
Stars: ✭ 309 (-61.13%)
Mutual labels:  toolbox
Causaldiscoverytoolbox
Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
Stars: ✭ 447 (-43.77%)
Mutual labels:  toolbox
Fairml
Stars: ✭ 298 (-62.52%)
Mutual labels:  toolbox
Lire
Open source library for content based image retrieval / visual information retrieval.
Stars: ✭ 740 (-6.92%)
Mutual labels:  image-retrieval
Cnn For Image Retrieval
🌅The code of post "Image retrieval using MatconvNet and pre-trained imageNet"
Stars: ✭ 597 (-24.91%)
Mutual labels:  image-retrieval
Flask Keras Cnn Image Retrieval
🚀CNN-based image retrieval built on Keras
Stars: ✭ 416 (-47.67%)
Mutual labels:  image-retrieval
Cbir
🏞 A content-based image retrieval (CBIR) system
Stars: ✭ 407 (-48.81%)
Mutual labels:  image-retrieval
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (-58.99%)
Mutual labels:  image-retrieval
Hashing Baseline For Image Retrieval
Various hashing methods for image retrieval and serves as the baselines
Stars: ✭ 511 (-35.72%)
Mutual labels:  image-retrieval
Graffiti
Minimalistic GraphQL framework
Stars: ✭ 306 (-61.51%)
Mutual labels:  toolbox
Deep metric
Deep Metric Learning
Stars: ✭ 671 (-15.6%)
Mutual labels:  image-retrieval
Person Reid gan
ICCV2017 Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro
Stars: ✭ 301 (-62.14%)
Mutual labels:  image-retrieval
Hardnet
Hardnet descriptor model - "Working hard to know your neighbor's margins: Local descriptor learning loss"
Stars: ✭ 350 (-55.97%)
Mutual labels:  image-retrieval
Sis
Simple image search engine
Stars: ✭ 438 (-44.91%)
Mutual labels:  image-retrieval
Toolbelt
A toolbelt of useful classes and functions to be used with python-requests
Stars: ✭ 748 (-5.91%)
Mutual labels:  toolbox
Kair
Image Restoration Toolbox (PyTorch). Training and testing codes for USRNet, DnCNN, FFDNet, SRMD, DPSR, ESRGAN
Stars: ✭ 677 (-14.84%)
Mutual labels:  toolbox

PyRetri

Benyi Hu, Ren-Jie Song, Xiu-Shen Wei*, Yazhou Yao, Xian-Sheng Hua, Yuehu Liu

Corresponding author: Xiu-Shen Wei

Introduction

PyRetri (pronounced as [ˈperɪˈtriː]) is a unified deep learning based unsupervised image retrieval toolbox built on PyTorch, which is designed for researchers and engineers.

image

Major Features

PyRetri is a versatile deep learning based unsupervised image retrieval toolbox designed with simplicity and flexibility in mind.

  • Modular Design: We decompose the deep learning based unsupervised image retrieval into several stages and users can easily construct an image retrieval pipeline by selecting and combining different modules.
  • Flexible Loading: The toolbox is able to adapt to load several types of model parameters, including parameters with the same keys and shape, parameters with different keys, and parameters with the same keys but different shapes.
  • Support of Multiple Methods: The toolbox directly supports several popluar methods designed for deep learning based unsupervised image retrieval, which is also suitable for person re-identification.
  • Configuration Search Tool: We provide the configuration search tool to help users to find the optimal retrieval configuration with various hyper-parameters.

Supported Methods

The toolbox supports popluar and prominent methods of unsupervised image retrieval and users can also design and add their own modules.

  • Pre-processing
    • DirectResize, PadResize, ShorterResize
    • CenterCrop, TenCrop
    • TwoFlip
    • ToTensor, ToCaffeTensor
    • Normalize
  • Feature Representation
  • Post-processing

Updates

06 May 2020: Our paper is online, you are welcomed to download the paper at here.

29 April 2020: Our PyRetri is launched!

Installation

Please refer to INSTALL.md for installation and dataset preparation.

Get Started

Please see GETTING_STARTED.md for the basic usage of PyRetri.

Model Zoo

Results and models are available in MODEL_ZOO.md.

License

This project is released under the Apache 2.0 license.

Citation

If you use this toolbox in your research, please cite this paper.

@inproceedings{Hu2020PyRetri,
  author    = {Benyi Hu and Ren{-}Jie Song and
               Xiu{-}Shen Wei and Yazhou Yao and
               Xian{-}Sheng Hua and Yuehu Liu},
  title     = {PyRetri: {A} PyTorch-based Library for Unsupervised Image Retrieval
               by Deep Convolutional Neural Networks},
  booktitle = {{ACM} International Conference on Multimedia ({ACM MM})},
  pages     = {4461--4464},
  year      = {2020},
}

Contacts

If you have any questions about our work, please do not hesitate to contact us by emails.

Xiu-Shen Wei: [email protected]

Benyi Hu: [email protected]

Renjie Song: [email protected]

Acknowledgements

This project is supported by the Fundamental Research Funds for the Central Universities, No. 30920041111.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].