nathanhubens / Unsupervised-Image-RetrievalLinks
Implementation in Keras of unsupervised image retrieval with the use of autoencoders
☆21Updated 6 years ago
Alternatives and similar repositories for Unsupervised-Image-Retrieval
Users that are interested in Unsupervised-Image-Retrieval are comparing it to the libraries listed below
Sorting:
- "Semantic Image Synthesis with Spatially-Adaptive Normalization" paper implementation☆70Updated 5 years ago
- Learning Fine-grained Image Similarity with Deep Ranking is a novel application of neural networks, where the authors use a new multi sca…☆82Updated 6 years ago
- ☆111Updated 7 years ago
- Bag of Tricks for Image Classification with Convolutional Neural Networks in Keras☆63Updated 6 years ago
- Some notes, tutorials, and some experimentation with the fast.ai library (https://github.com/fastai/fastai)☆58Updated 6 years ago
- Implementation of Rectified Adam in Keras☆70Updated 5 years ago
- Learning computer vision by striving to maximise accuracy on the Stanford Cars dataset☆57Updated 5 years ago
- Keras model trained using semi-hard triplet Loss (tensorflow function) on MNIST☆91Updated 6 years ago
- Visual Similarity research at Fynd. Contains code to reproduce 2 of our research papers.☆83Updated 2 years ago
- TF2.0 port for Augmix paper☆79Updated 5 years ago
- Image similarity using Triplet Loss☆102Updated 2 months ago
- InfoGAN inspired neural network trained on zap50k images (using Tensorflow + tf-slim). Intermediate layers of the discriminator network a…☆116Updated 8 years ago
- Wining solution and its further development for MICCAI 2017 Endoscopic Vision Challenge Angiodysplasia Detection and Localization☆79Updated 6 years ago
- Unsupervised image retrieval on MNIST dataset using a convolutional autoencoder☆48Updated 7 years ago
- Codes and experiments while learning and exploring deep learning for personal curiosity by doing online courses, personal projects and wo…☆157Updated 5 years ago
- Test Time Augmentation (TTA) wrapper for computer vision tasks: segmentation, classification, super-resolution, ... etc.☆123Updated 3 years ago
- Code you can use jointly with fastai☆93Updated 4 years ago
- One Shot learning, Siamese networks and Triplet Loss with Keras☆81Updated 4 years ago
- ☆13Updated 7 years ago
- Use Triplet Loss to finetune and train a CNN pre-trained on the Imagenet dataset☆40Updated 7 years ago
- Lookahead mechanism for optimizers in Keras.☆50Updated 4 years ago
- FasterAI: A repository for making smaller and faster models with the FastAI library.☆35Updated last year
- Tools for getting the street2shop dataset☆24Updated 2 years ago
- A simpler version of the self-attention layer from SAGAN, and some image classification results.☆212Updated 5 years ago
- Converting EfficientNet to Pytorch for use with fastai☆27Updated 6 years ago
- Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.