Stars
A course project on convolutional neural networks for single image super-resolution
Image Super-Resolution Using SRCNN, DRRN, SRGAN, CGAN in Pytorch
PyTorch implementation of Image Super-Resolution Using Deep Convolutional Networks (ECCV 2014)
Apply Waseerstein GAN into SRGAN, a deep learning super resolution model
PyTorch implementations of Generative Adversarial Networks.
Compression of images using Discrete Wavelet Transform in Python
Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.
ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, in…
《互联网面试笔记》收集和分析互联网常见面试题,并将这些面试知识整理成文方便大家查阅。主要是面向java程序员,但基础知识部分不同语言程序员(c,c++,python等)都可以参考。---持续更新中, 欢迎编辑~
学习C & C++ & python&汇编语言 LLVM编译器 数据结构 算法 操作系统 单片机 linux 面试
Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
COCO API - Dataset @ http://cocodataset.org/
A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
PyTorch Tutorial for Deep Learning Researchers
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、…
《The Way to Go》中文译本,中文正式名《Go 入门指南》
手写实现李航《统计学习方法》书中全部算法