Pinned Repositories
Awesome-Image-Inpainting
chainer-partial_convolution_image_inpainting
Reproduction of Nvidia image inpainting paper "Image Inpainting for Irregular Holes Using Partial Convolutions"
deep-image-prior
Image restoration with neural networks but without learning.
deepedge
deep learning edge detector based on U-net and BSDS 500 dataset
DeepSpace
Neural Computation, Deep Learning, Computer Vision, Image Processing
DexiNed
Tensorflow Implementation of DexiNed for Edge Detection WACV'20 (also in PyTorch )
Flow-Based-Image-Abstraction
CS-663 Course Project
GatedConvolution_pytorch
A modified reimplemented in pytorch of inpainting model in Free-Form Image Inpainting with Gated Convolution [http://jiahuiyu.com/deepfill2/]
keras-attention-augmented-convs
Keras implementation of Attention Augmented Convolutional Neural Networks
nywang2019's Repositories
nywang2019/Awesome-Image-Inpainting
nywang2019/keras-attention-augmented-convs
Keras implementation of Attention Augmented Convolutional Neural Networks
nywang2019/chainer-partial_convolution_image_inpainting
Reproduction of Nvidia image inpainting paper "Image Inpainting for Irregular Holes Using Partial Convolutions"
nywang2019/deep-image-prior
Image restoration with neural networks but without learning.
nywang2019/deepedge
deep learning edge detector based on U-net and BSDS 500 dataset
nywang2019/DeepSpace
Neural Computation, Deep Learning, Computer Vision, Image Processing
nywang2019/DexiNed
Tensorflow Implementation of DexiNed for Edge Detection WACV'20 (also in PyTorch )
nywang2019/Flow-Based-Image-Abstraction
CS-663 Course Project
nywang2019/GatedConvolution_pytorch
A modified reimplemented in pytorch of inpainting model in Free-Form Image Inpainting with Gated Convolution [http://jiahuiyu.com/deepfill2/]
nywang2019/generative_inpainting
DeepFill v1/v2, Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
nywang2019/hed-pytorch-2
A PyTorch reimplementation of Holistically-Nested Edge Detection
nywang2019/inpainting_gmcnn
Image Inpainting via Generative Multi-column Convolutional Neural Networks
nywang2019/keras-non-local-nets
Keras implementation of Non-local Neural Networks
nywang2019/MangaLineExtraction
The pre-trained model and testing code of paper "Deep Extraction of Manga Structural Lines"
nywang2019/partialconv
A New Padding Scheme: Partial Convolution based Padding
nywang2019/PatchMatch
GPU and CPU implementation of Patchmatch in Python!
nywang2019/PatchMatch-1
The algorithm of patch match implemented by python
nywang2019/PConv-Keras
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions".
nywang2019/pytorch-hed
a reimplementation of Holistically-Nested Edge Detection in PyTorch
nywang2019/rcf-edge-detection
variety of Richer Convolutional Features for Edge Detection (resnet101 based)
nywang2019/RCF-pytorch-2
Richer Convolutional Features for Edge Detection model in pytorch CVPR2017
nywang2019/Self-Attention-GAN
Pytorch implementation of Self-Attention Generative Adversarial Networks (SAGAN)
nywang2019/sketch_simplification
Models and code related to sketch simplification of rough sketches.
nywang2019/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法