lixuejian's Stars
crossoverJie/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
haoel/leetcode
LeetCode Problems' Solutions
kdn251/interviews
Everything you need to know to get the job.
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
NVIDIA/DALI
A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
leehomyc/cyclegan-1
Tensorflow implementation of CycleGANs
GeekLiB/Lee-SLAM-source
SLAM 开发学习资源与经验分享
SnailTyan/deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
ayooshkathuria/YOLO_v3_tutorial_from_scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
ayooshkathuria/pytorch-yolo-v3
A PyTorch implementation of the YOLO v3 object detection algorithm
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
AlexeyAB/Yolo_mark
GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
hgpvision/darknet
darknet深度学习框架源码分析:详细中文注释,涵盖框架原理与实现语法分析
HulkMaker/darknet
Windows and Linux version of Darknet Yolo v2 & v3 Neural Networks for object detection
pjreddie/darknet
Convolutional Neural Networks
KOD-Chen/YOLOv1-Tensorflow
YOLOv1检测过程的Tensorflow实现
KOD-Chen/YOLOv2-Tensorflow
YOLOv2检测过程的Tensorflow实现
liuyubobobo/Play-with-Machine-Learning-Algorithms
Code of my MOOC Course <Play with Machine Learning Algorithms>. Updated contents and practices are also included. 我在慕课网上的课程《Python3 入门机器学习》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
nothinglo/Deep-Photo-Enhancer
TensorFlow implementation of the CVPR 2018 spotlight paper, Deep Photo Enhancer: Unpaired Learning for Image Enhancement from Photographs with GANs
Exrick/xmall
基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等
wosyingjun/beauty_ssm
优雅的SSM(Spring+SpringMVC+Mybatis)框架
liyifeng1994/ssm
手把手教你整合最优雅SSM框架:SpringMVC + Spring + MyBatis
xingshaocheng/architect-awesome
后端架构师技术图谱
danielliao11/spring-microservice-boilerplate
REST service boilerplate that protected by Spring OAuth 2
xiaowei-hu/CycleGAN-tensorflow
Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
vanhuyz/CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
LynnHo/CycleGAN-Tensorflow-2
Reimplementation of CycleGAN