-
Updated
Jul 26, 2020 - Python
#
image-retrieval
Here are 261 public repositories matching this topic...
A distributed visual search and visual data analytics platform.
deep-learning
cbir
face-recognition
face-detection
visual-search
nvidia-docker
image-retrieval
video-analytics
deep-video-analytics
Anime Scene Search by Image
-
Updated
Sep 1, 2020 - PHP
A tiny, friendly, strong pytorch implement of person re-identification baseline. Tutorial 👉 https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
tutorial
re-ranking
pytorch
apex
awesome-list
baseline
image-search
image-retrieval
person-reidentification
dukemtmc-reid
dukemtmc
random-erasing
open-reid
person-reid
market-1501
gait-recognition
vehicle-reid
msmt17
cuhk-np
-
Updated
Aug 19, 2020 - Python
nearest-neighbor-search
cbir
visual-search
image-retrieval
local-features
image-retrieval-papers
instance-retrieval
-
Updated
Sep 1, 2020
Joint Discriminative and Generative Learning for Person Re-identification. CVPR'19 (Oral)
pytorch
apex
image-search
image-retrieval
re-identification
person-reidentification
dukemtmc-reid
open-reid
person-reid
market-1501
msmt17
cuhk-np
dg-net
-
Updated
Mar 12, 2020 - Python
SongZRui
commented
Jun 14, 2019
It seems that you used different criteria during training and testing as the code below shows:
IN TEST:
scores = np.dot(vecs.T, qvecs)
IN TRAIN:
dif = x1 - x2
D = torch.pow(dif+eps, 2).sum(dim=0).sqrt()
y = 0.5*lbl*torch.pow(D,2) + 0.5*(1-lbl)*torch.pow(torch.clamp(margin-D, min=0),2)
y = torch.sum(y)
I did not get it why you do so?
Visual localization made easy
deep-learning
structure-from-motion
image-retrieval
pose-estimation
feature-matching
visual-localization
-
Updated
Aug 23, 2020 - Python
Open source library for content based image retrieval / visual information retrieval.
-
Updated
Mar 21, 2020 - Java
Open source deep learning based unsupervised image retrieval toolbox built on PyTorch🔥
-
Updated
Jun 29, 2020 - Python
Deep Metric Learning
art
dml
image-retrieval
cvpr
xbm
deep-metric-learning
loss-function
multi-similarity-loss
embedding-learning
-
Updated
Aug 10, 2020 - Python
-
Updated
Jul 14, 2019 - MATLAB
-
Updated
Jul 14, 2019 - MATLAB
Simple image search engine
-
Updated
Jul 29, 2020 - Python
-
Updated
May 15, 2019 - Python
Hardnet descriptor model - "Working hard to know your neighbor's margins: Local descriptor learning loss"
computer-vision
deep-learning
pytorch
metric-learning
convolutional-neural-networks
image-retrieval
image-matching
nips-2017
-
Updated
May 14, 2020 - Python
Deep Learning Computer Vision Algorithms for Real-World Use
python
data-science
machine-learning
ai
computer-vision
deep-learning
image-processing
applications
artificial-intelligence
neural-networks
image-classification
image-recognition
recommender-system
convolutional-neural-networks
transfer-learning
recommender-systems
image-retrieval
object-recognition
auto-encoders
image-finder
-
Updated
Sep 12, 2019 - Python
Official source code of "Batch DropBlock Network for Person Re-identification and Beyond" (ICCV 2019)
-
Updated
Sep 4, 2019 - Python
ICCV2017 Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro
gan
matconvnet
image-retrieval
person-reidentification
re-id
person-recognition
person-re-identification
iccv2017
person-reid
-
Updated
May 8, 2020 - Cuda
Comparison of famous convolutional neural network models
computer-vision
cnn
imagenet
sop
convolutional-neural-network
image-retrieval
sota
cub200
cars196
in-shop
-
Updated
Jun 9, 2019
[ICLR-2020] Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification.
unsupervised-learning
cross-domain
image-retrieval
domain-adaptation
person-re-identification
person-reid
unsupervised-domain-adaptation
person-retrieval
open-set-domain-adaptation
iclr2020
pseudo-labels
-
Updated
Jul 1, 2020 - Python
Using siamese network to do dimensionality reduction and similar image retrieval
-
Updated
Jul 22, 2019 - Jupyter Notebook
This Telegram Bot can tell the anime when you send an screenshot to it
-
Updated
Aug 27, 2020 - JavaScript
Class-Weighted Convolutional Features for Image Retrieval (BMVC 2017)
deep-learning
keras
pytorch
convolutional-neural-networks
transfer-learning
vgg16
cam
image-retrieval
class-activation-maps
visual-instance-search
-
Updated
Apr 19, 2019 - Python
PyTorch Implementation of "Large-Scale Image Retrieval with Attentive Deep Local Features"
-
Updated
Mar 11, 2019 - Jupyter Notebook
Supervised Semantics-preserving Deep Hashing (TPAMI18)
-
Updated
Feb 20, 2017 - C++
Scene search On Liresolr for Animation. (and video)
-
Updated
Aug 27, 2020 - JavaScript
TOMM2020 Dual-Path Convolutional Image-Text Embedding https://arxiv.org/abs/1711.05535
matlab
image-search
matconvnet
image-retrieval
person-reidentification
visual-semantic
bidirectional-retrieval
language-retrieval
-
Updated
Jul 29, 2020 - MATLAB
A PyTorch library for benchmarking deep metric learning. It's powerful.
-
Updated
Sep 1, 2020 - Python
Improve this page
Add a description, image, and links to the image-retrieval topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-retrieval topic, visit your repo's landing page and select "manage topics."
Let's say I set
m=8andbatch_size=32, and I have eight classes (A-H). That should mean that each batch is comprised of samples from only four classes, and each class is only represented in a single batch. That would then mean that samples from Class A could be in negative pairs with samples from Classes B-D, but never with samples from Classes E-H. Is that all correct?How then does this i