Pinned Repositories
a-PyTorch-Tutorial-to-Image-Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
awesome-knowledge-distillation
Awesome Knowledge Distillation
cs50
🎓 Harvard CS50 — 2018 solutions 👨🏫
deeplearningbook-chinese
Deep Learning Book Chinese Translation
DeepQA-with-Pytorch
Re-implement the work from "Deep Learning of Human Visual Sensitivity in Image Quality Assessment Framework"
DPED
Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks
EnlightenGAN
[Preprint] "EnlightenGAN: Deep Light Enhancement without Paired Supervision"
faceID_lib
PicCollage-ML-Quiz
spark-ml-source-analysis
spark ml 算法原理剖析以及具体的源码实现分析
guantinglin's Repositories
guantinglin/faceID_lib
guantinglin/PicCollage-ML-Quiz
guantinglin/spark-ml-source-analysis
spark ml 算法原理剖析以及具体的源码实现分析
guantinglin/a-PyTorch-Tutorial-to-Image-Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
guantinglin/awesome-knowledge-distillation
Awesome Knowledge Distillation
guantinglin/cs50
🎓 Harvard CS50 — 2018 solutions 👨🏫
guantinglin/deeplearningbook-chinese
Deep Learning Book Chinese Translation
guantinglin/DeepQA-with-Pytorch
Re-implement the work from "Deep Learning of Human Visual Sensitivity in Image Quality Assessment Framework"
guantinglin/DPED
Software and pre-trained models for automatic photo quality enhancement using Deep Convolutional Networks
guantinglin/EnlightenGAN
[Preprint] "EnlightenGAN: Deep Light Enhancement without Paired Supervision"
guantinglin/Exclusively-Dark-Image-Dataset
Exclusively Dark (ExDARK) dataset which to the best of our knowledge, is the largest collection of low-light images taken in very low-light environments to twilight (i.e 10 different conditions) to-date with image class and object level annotations.
guantinglin/facenet_distance
用FaceNet模型计算两个人脸之间的距离
guantinglin/Hands-On-Computer-Vision-with-TensorFlow-2
Hands-On Computer Vision with TensorFlow 2, published by Packt
guantinglin/Histogram-Learning-in-Image-Contrast-Enhancement
guantinglin/ImageCaptioning.pytorch
Image captioning codebase in pytorch(finetunable cnn in branch "with_finetune";diverse beam search can be found in 'dbs' branch; self-critical training is under my self-critical.pytorch repository.)
guantinglin/isp
camera pipeline
guantinglin/log.c
A simple logging library implemented in C99
guantinglin/MCD_DA
guantinglin/neural-network-from-scratch
Implementing Multiple Layer Neural Network from Scratch
guantinglin/OCNet
OCNet achieves the state-of-the-art scene parsing performance on both Cityscapes and ADE20K.
guantinglin/ssds.pytorch
Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
guantinglin/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版入门实例代码,实战教程。
guantinglin/tensorflow-serving-yolov3
主要对原tensorflow版本算法进行了网络修改,显示调整,数据处理等细节优化,训练了Visdrone2019无人机数据集, 详细说明了 从本地训练到serving端部署yolov3的整个流程, 准确率 86%左右!FPS在1080上测试15-20帧左右!
guantinglin/tensorflow-yolov3
🔥 pure tensorflow Implement of YOLOv3 with support to train your own dataset
guantinglin/test
guantinglin/the-gan-zoo
A list of all named GANs!
guantinglin/transferlearning
Everything about Transfer Learning and Domain Adaptation--迁移学习