dips4717
Research Fellow @ Centre for Vision, Speech and Signal Processing
University of SurreyEngland, UK
dips4717's Stars
whittlem/pycryptobot
Python Crypto Bot (PyCryptoBot)
ktrk115/const_layout
Official implementation of the MM'21 paper "Constrained Graphic Layout Generation via Latent Optimization" (LayoutGAN++, CLG-LO, and Layout evaluation)
ManyiLi12345/GRAINS
GRAINS: Generative Recursive Autoencoders for INdoor Scenes
Layout-Generation/layout-generation
Layout Generation and Baseline implementations
yanshengjia/ml-road
Machine Learning Resources, Practice and Research
sylinrl/TruthfulQA
TruthfulQA: Measuring How Models Imitate Human Falsehoods
lucidrains/lambda-networks
Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute
wlhsiao/Mallet
MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
rosinality/stylegan2-pytorch
Implementation of Analyzing and Improving the Image Quality of StyleGAN (StyleGAN 2) in PyTorch
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
TACJu/TransFG
This is the official PyTorch implementation of the paper "TransFG: A Transformer Architecture for Fine-grained Recognition" (Ju He, Jie-Neng Chen, Shuai Liu, Adam Kortylewski, Cheng Yang, Yutong Bai, Changhu Wang, Alan Yuille).
fchollet/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
llcing/VGG_dml
To use pytorch 0.4 for DML , I transfer to VGG (with network modified to torch0.4)
jcjohnson/simple-amt
A microframework for working with Amazon's Mechanical Turk
HobbitLong/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
tanc-ahrc/deep-discoveries-backend
TBC
tanc-ahrc/deep-discoveries-frontend
TBC
tanc-ahrc/DeepDiscoveries
Exploring the use of 'visual search' for heritage collections. Visual search is an AI-based method for matching images based on visual characteristics (colour, pattern, shape), rather than a keyword description.
jacobgil/pytorch-grad-cam
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
lucidrains/DALLE-pytorch
Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
KevinMusgrave/powerful-benchmarker
A library for ML benchmarking. It's powerful.
bnu-wangxun/Deep_Metric
Deep Metric Learning
filipradenovic/cnnimageretrieval-pytorch
CNN Image Retrieval in PyTorch: Training and evaluating CNNs for Image Retrieval in PyTorch
haltakov/natural-language-image-search
Search photos on Unsplash using natural language
graphdeeplearning/graphtransformer
Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21.
KevinMusgrave/pytorch-metric-learning
The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
kornia/kornia
Geometric Computer Vision Library for Spatial AI
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more