Pinned Repositories
AdversarialNetsPapers
The classical paper list with code about generative adversarial nets
coding-interview-university
A complete computer science study plan to become a software engineer.
CoGAN
compare_gan
Compare GAN code.
CV_Geometry
Geometry in Computer Vision
InfoGAIL
Source code for our NIPS 2017 paper, InfoGAIL: Interpretable Imitation Learning from Visual Demonstrations
pix2pixHD
Synthesizing and manipulating 2048x1024 images with conditional GANs
TensorFlow_Code_Zoo
Practical source code of tensorflow
UNIT
Unsupervised Image-to-Image Translation
Visual_Odometry
Implementation of Monocular Visual Odometry
HarveyYesan's Repositories
HarveyYesan/CV_Geometry
Geometry in Computer Vision
HarveyYesan/AdversarialNetsPapers
The classical paper list with code about generative adversarial nets
HarveyYesan/coding-interview-university
A complete computer science study plan to become a software engineer.
HarveyYesan/compare_gan
Compare GAN code.
HarveyYesan/pix2pixHD
Synthesizing and manipulating 2048x1024 images with conditional GANs
HarveyYesan/TensorFlow_Code_Zoo
Practical source code of tensorflow
HarveyYesan/UNIT
Unsupervised Image-to-Image Translation
HarveyYesan/Visual_Odometry
Implementation of Monocular Visual Odometry
HarveyYesan/CppMT
HarveyYesan/CV_Tools
HarveyYesan/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
HarveyYesan/Deep_Learning_Udacity
Coding task of deep learning course on Udacity
HarveyYesan/docker-ros2-desktop-vnc
🐳 Dockerfiles to provide HTML5 VNC interface to access Ubuntu Desktop + ROS 2
HarveyYesan/ELF
ELF: a platform for game research with AlphaGoZero/AlphaZero reimplementation
HarveyYesan/fisheye_calibration
鱼眼摄像头畸变校正代码。内含两个版本,分别基于opencv2和opencv3,支持图片矫正和USB摄像头实时畸变矫正。
HarveyYesan/GAN_MNIST
Generate MNIST datasets based on GAN algorithm
HarveyYesan/GatedConvolution_pytorch
A modified reimplemented in pytorch of inpainting model in Free-Form Image Inpainting with Gated Convolution [http://jiahuiyu.com/deepfill2/]
HarveyYesan/json
JSON for Modern C++
HarveyYesan/Machine_Learning_AndrewNg
Exercise of Machine learning powered by Andrew Ng on Coursera.org
HarveyYesan/ORB_SLAM
A Versatile and Accurate Monocular SLAM
HarveyYesan/ORB_SLAM2
Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
HarveyYesan/parson
Lightweight JSON library written in C.
HarveyYesan/pix2pix
Image-to-image translation with conditional adversarial nets
HarveyYesan/PRML
PRML algorithms implemented in Python
HarveyYesan/PRMLT
Matlab code for machine learning algorithms in book PRML
HarveyYesan/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g., horse2zebra, edges2cats, and more)
HarveyYesan/SimGAN
Learning from Simulated and Unsupervised Images through Adversarial Training
HarveyYesan/spinningup
An educational resource to help anyone learn deep reinforcement learning.
HarveyYesan/tensorflow
Computation using data flow graphs for scalable machine learning
HarveyYesan/vae
a simple vae and cvae from keras