All Projects → pvskand → DisguiseNet

pvskand / DisguiseNet

Licence: MIT License
Code for DisguiseNet : A Contrastive Approach for Disguised Face Verification in the Wild

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DisguiseNet

Idn Caffe
Caffe implementation of "Fast and Accurate Single Image Super-Resolution via Information Distillation Network" (CVPR 2018)
Stars: ✭ 104 (+420%)
Mutual labels:  cvpr2018
Attentive Gan Derainnet
Unofficial tensorflow implemention of "Attentive Generative Adversarial Network for Raindrop Removal from A Single Image (CVPR 2018) " model https://maybeshewill-cv.github.io/attentive-gan-derainnet/
Stars: ✭ 184 (+820%)
Mutual labels:  cvpr2018
NTIRE2019 deblur
A Deep Motion Deblurring Network based on Per-Pixel Adaptive Kernels with Residual Down-Up and Up-Down Modules, A source code of the 3rd winner of NTIRE 2019 Video Deblurring Challenge
Stars: ✭ 24 (+20%)
Mutual labels:  cvprw
Dcnets
Implementation for <Decoupled Networks> in CVPR'18.
Stars: ✭ 115 (+475%)
Mutual labels:  cvpr2018
Dbnet
DBNet: A Large-Scale Dataset for Driving Behavior Learning, CVPR 2018
Stars: ✭ 172 (+760%)
Mutual labels:  cvpr2018
Guided Attention Inference Network
Contains implementation of Guided Attention Inference Network (GAIN) presented in Tell Me Where to Look(CVPR 2018). This repository aims to apply GAIN on fcn8 architecture used for segmentation.
Stars: ✭ 204 (+920%)
Mutual labels:  cvpr2018
Surfacenetworks
Source code for CVPR 2018 Oral paper "Surface Networks"
Stars: ✭ 83 (+315%)
Mutual labels:  cvpr2018
text-detection-fots.pytorch
FOTS text detection branch reimplementation, hmean: 83.3%
Stars: ✭ 80 (+300%)
Mutual labels:  cvpr2018
Sin
CVPR 2018: Structure Inference Net for Object Detection
Stars: ✭ 178 (+790%)
Mutual labels:  cvpr2018
glimpse clouds
Pytorch implementation of the paper "Glimpse Clouds: Human Activity Recognition from Unstructured Feature Points", F. Baradel, C. Wolf, J. Mille , G.W. Taylor, CVPR 2018
Stars: ✭ 30 (+50%)
Mutual labels:  cvpr2018
Frvsr
Frame-Recurrent Video Super-Resolution (official repository)
Stars: ✭ 157 (+685%)
Mutual labels:  cvpr2018
Cvpr18 Inaturalist Transfer
Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning. CVPR 2018
Stars: ✭ 164 (+720%)
Mutual labels:  cvpr2018
Image manipulation detection
Paper: CVPR2018, Learning Rich Features for Image Manipulation Detection
Stars: ✭ 210 (+950%)
Mutual labels:  cvpr2018
Residualdensenetwork Pytorch
Pytorch implement: Residual Dense Network for Image Super-Resolution
Stars: ✭ 107 (+435%)
Mutual labels:  cvpr2018
FaceAttr
CVPR2018 Face Super-resolution with supplementary Attributes
Stars: ✭ 18 (-10%)
Mutual labels:  cvpr2018
Dhf1k
Revisiting Video Saliency: A Large-scale Benchmark and a New Model (CVPR18, PAMI19)
Stars: ✭ 96 (+380%)
Mutual labels:  cvpr2018
Did Mdn
Density-aware Single Image De-raining using a Multi-stream Dense Network (CVPR 2018)
Stars: ✭ 192 (+860%)
Mutual labels:  cvpr2018
VoxelMorph-PyTorch
An unofficial PyTorch implementation of VoxelMorph- An unsupervised 3D deformable image registration method
Stars: ✭ 68 (+240%)
Mutual labels:  cvpr2018
IDN-pytorch
paper implement : Fast and Accurate Single Image Super-Resolution via Information Distillation Network
Stars: ✭ 40 (+100%)
Mutual labels:  cvpr2018
Dfl Cnn
This is a pytorch re-implementation of Learning a Discriminative Filter Bank Within a CNN for Fine-Grained Recognition
Stars: ✭ 245 (+1125%)
Mutual labels:  cvpr2018

DisguiseNet : A Contrastive Approach for Disguised Face Verification in the Wild

This is the code for DisguiseNet paper which was accepted at CVPR Disguised Faces in Wild Workshop, 2018.

Requirements

  • Keras-VGG Face : pip install keras_vggface
  • Python 2.7 - Currently not compatible with other versions
  • Keras with Tensorflow backend- pip install keras

Architecture

Citation

@inproceedings{peri2018disguisenet,
  title={DisguiseNet: A Contrastive Approach for Disguised Face Verification in the Wild},
  author={Peri, Skand Vishwanath and Dhall, Abhinav},
  booktitle={CVPR Workshop on Disguised Faces in the Wild},
  volume={4},
  year={2018}
}
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].