Pinned Repositories
algorithms
《算法 (第4版)》、牛课堂、《剑指Offer》、
AmbiqSuite_R4.3.0
AnimeGANv2
[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
Awesome-Edge-Detection-Papers
:books: A collection of edge/contour/boundary detection papers and toolbox.
CartoonGan-tensorflow
Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.
code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
propeller-shafting
The computation code for the dynamic model of propeller-shafting
pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
WarpGAN-Tensorflow
JKANG94's Repositories
JKANG94/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
JKANG94/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
JKANG94/algorithms
《算法 (第4版)》、牛课堂、《剑指Offer》、
JKANG94/code-of-learn-deep-learning-with-pytorch
This is code of book "Learn Deep Learning with PyTorch"
JKANG94/daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
JKANG94/exemplar_gans
Repository for Exemplar GANs code and datasets
JKANG94/fashion-detection
Fashion Detection in the Wild (Deep Clothes Detector)
JKANG94/Faster-RCNN_TF
Faster-RCNN in Tensorflow
JKANG94/FasterRCNN-pytorch
FasterRCNN is implemented in VGG, ResNet and FPN base.
JKANG94/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.12
JKANG94/gc-horizon-detector
Source code of paper, Detecting Vanishing Points using Global Image Context in a Non-Manhattan World.
JKANG94/Image-Rectification
Compute Vanishing points using RANSAC and rectify the image
JKANG94/LeetCode
:monkey:LeetCode、剑指Offer刷题笔记(C/C++、Python3实现)
JKANG94/open-reid
Open source person re-identification library in python
JKANG94/py-faster-rcnn
JKANG94/pyimagesearch
参考pyimagesearch上的教程,使用Python和OpenCV实现计算机视觉编程项目
JKANG94/tensorflow
图解tensorflow 源码
JKANG94/tensorflow-vgg
VGG19 and VGG16 on Tensorflow
JKANG94/tf-faster-rcnn
Tensorflow Faster RCNN for Object Detection
JKANG94/yolo2-pytorch
YOLOv2 in PyTorch