Pinned Repositories
Adversarial-Motorial-Prototype-Framework-for-Open-Set-Recognition
anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
awesome-attention-mechanism-in-cv
:punch: CV中常用注意力模块;即插即用模块;ViT模型. PyTorch Implementation Collection of Attention Module and Plug&Play Module
Awesome-Deblurring
A curated list of resources for Image and Video Deblurring
Awesome-Image-Inpainting
A curated list of image inpainting and video inpainting papers and resources
Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
OC-FakeDect
Classifying Deepfakes Using One-Class Variational Autoencoder
OpenGANForensics
This repository provides the code for our CVPR'23 workshop paper.
PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
RivaGAN
Robust video watermarking with non-differentiable adversaries.
wangjun9276's Repositories
wangjun9276/OC-FakeDect
Classifying Deepfakes Using One-Class Variational Autoencoder
wangjun9276/OpenGANForensics
This repository provides the code for our CVPR'23 workshop paper.
wangjun9276/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
wangjun9276/Adversarial-Motorial-Prototype-Framework-for-Open-Set-Recognition
wangjun9276/anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
wangjun9276/awesome-attention-mechanism-in-cv
:punch: CV中常用注意力模块;即插即用模块;ViT模型. PyTorch Implementation Collection of Attention Module and Plug&Play Module
wangjun9276/Awesome-Deblurring
A curated list of resources for Image and Video Deblurring
wangjun9276/Awesome-Image-Inpainting
A curated list of image inpainting and video inpainting papers and resources
wangjun9276/Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
wangjun9276/Awesome-Meta-Learning
A curated list of Meta Learning papers, code, books, blogs, videos, datasets and other resources.
wangjun9276/Awesome-Super-Resolution
Collect super-resolution related papers, data, repositories
wangjun9276/awesome-video-anomaly-detection
Papers for Video Anomaly Detection, released codes collection, Performance Comparision.
wangjun9276/Awesome-Video-Captioning
A curated list of research papers in Video Captioning
wangjun9276/awesome-video-enhancement
Paper list for video enhancement, including video super-resolution, interpolation, denoising, deblurring and inpainting.
wangjun9276/awesome-visual-question-answering
A curated list of Visual Question Answering(VQA)(Image/Video Question Answering),Visual Question Generation ,Visual Dialog ,Visual Commonsense Reasoning and related area.
wangjun9276/Awesome-Visual-Transformer
Collect some papers about transformer with vision. Awesome Transformer with Computer Vision (CV)
wangjun9276/Deepfake-Detection
wangjun9276/download-celebA-HQ
Python script to download the celebA-HQ dataset from google drive
wangjun9276/FaceForensics
Github of the FaceForensics dataset
wangjun9276/ICCV-2021-Papers
wangjun9276/johnwang.github.io
wangjun9276/PixelCNN
PyTorch implementation of PixelCNN from "Pixel Recurrent Neural Networks"
wangjun9276/pytorch-ssim
pytorch structural similarity (SSIM) loss
wangjun9276/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
wangjun9276/QuaternionCnn_Pytorch
Implementation of pytorch version of Quaternion Convolutional Neural Networks and Deep Quaternion Networks
wangjun9276/Semantic-Segmentation-Loss-Functions
This Repository is implementation of majority of Semantic Segmentation Loss Functions
wangjun9276/sepconv-slomo
an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch
wangjun9276/stylegan2
StyleGAN2 - Official TensorFlow Implementation
wangjun9276/the-gan-zoo
A list of all named GANs!
wangjun9276/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch