All Projects → kirk86 → ImageRetrieval

kirk86 / ImageRetrieval

Licence: other
Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI)

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to ImageRetrieval

XCloud
Official Code for Paper <XCloud: Design and Implementation of AI Cloud Platform with RESTful API Service> (arXiv1912.10344)
Stars: ✭ 58 (+13.73%)
Mutual labels:  image-recognition, image-retrieval, content-based-image-retrieval
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+539.22%)
Mutual labels:  image-recognition, image-retrieval
Learnable-Image-Resizing
TF 2 implementation Learning to Resize Images for Computer Vision Tasks (https://arxiv.org/abs/2103.09950v1).
Stars: ✭ 48 (-5.88%)
Mutual labels:  image-recognition
Image-Classification
Pre-trained VGG-Net Model for image classification using tensorflow
Stars: ✭ 29 (-43.14%)
Mutual labels:  image-recognition
SegSwap
(CVPRW 2022) Learning Co-segmentation by Segment Swapping for Retrieval and Discovery
Stars: ✭ 46 (-9.8%)
Mutual labels:  image-retrieval
IR-exercises
Solutions of the various test exams of the Information Retrieval course
Stars: ✭ 28 (-45.1%)
Mutual labels:  information-retrieval
gpl
Powerful unsupervised domain adaptation method for dense retrieval. Requires only unlabeled corpus and yields massive improvement: "GPL: Generative Pseudo Labeling for Unsupervised Domain Adaptation of Dense Retrieval" https://arxiv.org/abs/2112.07577
Stars: ✭ 216 (+323.53%)
Mutual labels:  information-retrieval
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+92.16%)
Mutual labels:  image-recognition
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+11.76%)
Mutual labels:  image-recognition
tensorflow-image-recognition-chrome-extension
Chrome browser extension for using TensorFlow image recognition on web pages
Stars: ✭ 88 (+72.55%)
Mutual labels:  image-recognition
query-wellformedness
25,100 queries from the Paralex corpus (Fader et al., 2013) annotated with human ratings of whether they are well-formed natural language questions.
Stars: ✭ 80 (+56.86%)
Mutual labels:  information-retrieval
pqlite
⚡ A fast embedded library for approximate nearest neighbor search
Stars: ✭ 141 (+176.47%)
Mutual labels:  information-retrieval
FinBERT-QA
Financial Domain Question Answering with pre-trained BERT Language Model
Stars: ✭ 70 (+37.25%)
Mutual labels:  information-retrieval
sharpmask
TensorFlow implementation of DeepMask and SharpMask
Stars: ✭ 31 (-39.22%)
Mutual labels:  image-recognition
sigir19-neural-ir
Source code for: On the Effect of Low-Frequency Terms on Neural-IR Models, SIGIR'19
Stars: ✭ 44 (-13.73%)
Mutual labels:  information-retrieval
visualsearch
Visual Search is a little app to find and cluster similar images using Tagbox
Stars: ✭ 31 (-39.22%)
Mutual labels:  image-recognition
ComposeAE
Official code for WACV 2021 paper - Compositional Learning of Image-Text Query for Image Retrieval
Stars: ✭ 49 (-3.92%)
Mutual labels:  information-retrieval
object-flaw-detector-cpp
Detect various irregularities of a product as it moves along a conveyor belt.
Stars: ✭ 19 (-62.75%)
Mutual labels:  image-recognition
patzilla
PatZilla is a modular patent information research platform and data integration toolkit with a modern user interface and access to multiple data sources.
Stars: ✭ 71 (+39.22%)
Mutual labels:  information-retrieval
Landmark-Retrival
Easy Landmark Image Recognition with TensorFlow Hub DELF Module
Stars: ✭ 20 (-60.78%)
Mutual labels:  image-retrieval

ImageRetrieval

Content Based Image Retrieval Techniques (e.g. knn, svm using MatLab GUI).

When cloning the repository you'll have to create a directory inside it and name it images.

Inside the images directory you're gonna put your own images which in a sense actually forms your image dataset.

Then you're gonna have to build the features dataset by pressing the red button with the label "Create DB of image features"

If you don't have any images you can use the wang dataset which is the one I used to demonstrate the above techniques.

You can download it from here: http://wang.ist.psu.edu/docs/related/

For a more detailed description checkout "reference.pdf"

For an even more detailed description have a look at http://arxiv.org/abs/1608.03811

If you find this work useful please cite it using the following format:

@article{DBLP:journals/corr/Mitro16,
  author    = {Joani Mitro},
  title     = {Content-based image retrieval tutorial},
  journal   = {CoRR},
  volume    = {abs/1608.03811},
  year      = {2016},
  url       = {http://arxiv.org/abs/1608.03811},
  archivePrefix = {arXiv},
  eprint    = {1608.03811},
  timestamp = {Mon, 13 Aug 2018 01:00:00 +0200},
  biburl    = {https://dblp.org/rec/bib/journals/corr/Mitro16},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}
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].