Pinned Repositories
accelerated_dl_pytorch
Accelerated Deep Learning with PyTorch at Jupyter Day Atlanta II
AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
AILearning
AI => Python + MachineLearning(Sklearn) + DeepLearning(PyTorch)
awesome-leetcode
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
box_packing
capsnet-traffic-sign-classifier
A Tensorflow implementation of CapsNet(Capsules Net) apply on german traffic sign dataset
CliqueNet
Convolutional Neural Networks with Alternately Updated Clique (to appear in CVPR 2018)
keras
Deep Learning for humans
SCI-IQA
Screen content image quality assessment--tensorflow
secretdragon's Repositories
secretdragon/AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
secretdragon/awesome-object-detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
secretdragon/box_packing
secretdragon/CS-Notes
:books: Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
secretdragon/ctpn.pytorch
Pytorch implementation of CTPN (Detecting Text in Natural Image with Connectionist Text Proposal Network)
secretdragon/CVPR2020-Code
CVPR 2020 论文开源项目合集
secretdragon/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
secretdragon/Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
secretdragon/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
secretdragon/deep_learning_object_detection
A paper list of object detection using deep learning.
secretdragon/Densenet-Tensorflow
Simple Tensorflow implementation of Densenet using Cifar10, MNIST
secretdragon/distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
secretdragon/Faceswap-Deepfake-Pytorch
Faceswap with Pytorch or DeepFake with Pytorch
secretdragon/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
secretdragon/generate_simulation
secretdragon/git_learning
secretdragon/insightface
Face Analysis Project on MXNet
secretdragon/learngit
secretdragon/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
secretdragon/mmyolo
OpenMMLab YOLO series toolbox and benchmark
secretdragon/network-slimming
Network Slimming (Pytorch) (ICCV 2017)
secretdragon/Production-Level-Deep-Learning
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
secretdragon/Python-100-Days
Python - 100天从新手到大师
secretdragon/pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
secretdragon/secretdragon.github.io
secretdragon/simple-faster-rcnn-pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
secretdragon/TensorRT-CenterNet
tensorrt5 , centernet , centerface, deform conv, int8
secretdragon/TensorRT-YOLOv4
tensorrt5, yolov4, yolov3,yolov3-tniy,yolov3-tniy-prn
secretdragon/torch2trt
An easy to use PyTorch to TensorRT converter
secretdragon/YOLOv3-model-pruning
对 YOLOv3 做模型剪枝(network slimming),对于 oxford hand 数据集(因项目需要),模型剪枝后的参数量减少 80%,Infer 的速度达到原来 2 倍,mAP 基本不变