Pinned Repositories
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
awesome-remote-sensing-change-detection
List of datasets, codes, and contests related to remote sensing change detection
benchmark_results
visual tracker benchmark results
c_d
caffe-fast
CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
DEP
leequan's Repositories
leequan/DEP
leequan/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
leequan/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
leequan/awesome-remote-sensing-change-detection
List of datasets, codes, and contests related to remote sensing change detection
leequan/benchmark_results
visual tracker benchmark results
leequan/CodingInterviewsNotes
涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++对象模型、 设计模式、算法(《剑指offer》、leetcode、lintcode、hihocoder、《王道程序员求职宝典》)、面试题、嵌入式相关等
leequan/daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
leequan/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
leequan/darknet
Windows and Linux version of Darknet Yolo v3 & v2 Neural Networks for object detection (Tensor Cores are used)
leequan/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
leequan/Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
leequan/deep_learning_object_detection
A paper list of object detection using deep learning.
leequan/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
leequan/deepLearning_Interview100questions
七月在线学习整理-深度学习面试100题
leequan/DeepLearningPapers
Deep Learning based Computer Vision Papers: object detection, segmentation, tracking etc.
leequan/Detect-Track
Four tracking algorithms organized with cascade classifier or YOLOv3 for object detection.
leequan/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
leequan/howto-make-more-money
程序员如何优雅的挣零花钱
leequan/Interview-Notes
包含机器学习、深度学习、图像处理、c++等视觉算法岗面试必备基础知识
leequan/Machine-Learning-Collection
A resource for learning about Machine learning & Deep Learning
leequan/NIPS2018
Tracking
leequan/opencv_qr
OPENCV: QR CODE DETECTION AND EXTRACTION
leequan/Pytorch-UNet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
leequan/real_time_object_detect
ssd/mobile ssd/yolo v2/yolo v3 implement in opencv3
leequan/SungemSDK
Horned Sungem
leequan/tph-yolov5
leequan/Vehicle-Car-detection-and-multilabel-classification
使用YOLO_v3_tiny和B-CNN实现街头车辆的检测和车辆属性的多标签识别 Using yolo_v3_tiny to do vehicle or car detection and attribute's multilabel classification or recognize
leequan/vision_landing
Precision landing using visual targets
leequan/wtfpython-cn
wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译
leequan/YOLOv5-Multibackbone-Compression
YOLOv5 Series Multi-backbone(TPH-YOLOv5, Ghostnet, ShuffleNetv2, Mobilenetv3Small, EfficientNetLite, PP-LCNet, SwinTransformer YOLO), Module(CBAM, DCN), Pruning (EagleEye, Network Slimming), Quantization (MQBench) and Deployment (TensorRT, ncnn) Compression Tool Box.