chenpitang221's Stars
lf2021/Front-End-Interview
总结了前端面试过程中浏览器,计算机网络,数据结构与算法,HTML,CSS,JS,Vue,React已经实战经验等相关的面试知识。
tkarras/progressive_growing_of_gans
Progressive Growing of GANs for Improved Quality, Stability, and Variation
firenxygao/deblur
Dynamic Scene Deblurring with Parameter Selective Sharing and Nested Skip Connections
leftthomas/ImageDeblurring
A Keras implementation of image deblurring based on ICCV 2017 paper "Deep Generative Filter for motion deblurring"
subeeshvasu/Awesome-Deblurring
A curated list of resources for Image and Video Deblurring
lcybuzz/Low-Level-Vision-Paper-Record
记录近期的 1) 图像/视频的超分增强等low level vision任务; 2) 图像生成 等任务相关论文, 主要为18年以后的DL based方法.
scostandache/multi-modal-ga
A multi-modal genetic algorithm which will use two niching methods.
EmilioSchi/Niched-Pareto-Genetic-Algorithm-NPGA
Genetic Algorithm (GA) for a Multi-objective Optimization Problem (MOP)
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
knazeri/edge-connect
EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
smallcorgi/Faster-RCNN_TF
Faster-RCNN in Tensorflow
blandocs/Tag2Pix
[ICCV 2019] Tag2Pix: Line Art Colorization Using Text Tag With SECat and Changing Loss
quolc/neural-collage
Collaging on Internal Representations: An Intuitive Approach for Semantic Transfiguration
chenpitang221/tf-faster-rcnn
Tensorflow Faster RCNN for Object Detection
TheAlgorithms/MATLAB-Octave
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
trekhleb/homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
algorithm-visualizer/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
TheAlgorithms/Python
All Algorithms implemented in Python
dragen1860/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
dragen1860/Deep-Learning-with-TensorFlow-book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Qinbf/tf-model-zoo
tensorflow实现的深度学习应用和模型
NanGC/CNN
Training a convolutional neural network using own picture dataset
AaronJny/nerual_style_change
使用VGG19迁移学习实现图像风格迁移。
taki0112/CartoonGAN-Tensorflow
Simple Tensorflow implementation of CartoonGAN (CVPR 2018)
ppplinday/tensorflow-vgg16-train-and-test
The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).
hzy46/fast-neural-style-tensorflow
A tensorflow implementation for fast neural style!