Pinned Repositories
3DGNN_pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
data
PCD files for tutorials, examples, or PCL-related applications
DeepLearningTutorials
Deep Learning Tutorial notes and code. See the wiki for more info.
DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
EasyPR
An open source project for chinese plate recognition. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise !
faster_rcnn
Faster R-CNN
HistoryObjectRecognition
learnopencv
Learn OpenCV : C++ and Python Examples
libpku
贵校课程资料民间整理
long-yan's Repositories
long-yan/libpku
贵校课程资料民间整理
long-yan/3DGNN_pytorch
3D Graph Neural Networks for RGBD Semantic Segmentation
long-yan/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
long-yan/DeepLearningTutorials
Deep Learning Tutorial notes and code. See the wiki for more info.
long-yan/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
long-yan/EasyPR
An open source project for chinese plate recognition. It aims to be Easy, Flexible, and Accurate. Welcome to contribute your expertise !
long-yan/faster_rcnn
Faster R-CNN
long-yan/HistoryObjectRecognition
long-yan/learnopencv
Learn OpenCV : C++ and Python Examples
long-yan/lsd_slam
LSD-SLAM
long-yan/modern-cpp-tutorial
📚 高速上手现代 C++ 11/14/17
long-yan/neural-networks-and-deep-learning
Code samples for my book "Neural Networks and Deep Learning"
long-yan/object-detector-master
long-yan/opencv
Open Source Computer Vision Library
long-yan/OpenCV-Python-Tutorial
OpenCV问答群1,QQ群号:187436093
long-yan/opencv_contrib
Repository for OpenCV's extra modules
long-yan/opencv_tutorial
基于OpenCV4.0 C++/Python SDK的案例代码演示程序与效果图像
long-yan/pbrs
Physically-Based Rendering for Indoor Scene Understanding Using Convolutional Neural Networks
long-yan/pcl
Point Cloud Library (PCL)
long-yan/Pedestrian_Detection
通过HOG+SVM训练进行行人检测,行人数据库使用INRIAPerson,程序基于OpenCV实现
long-yan/Pillow
The friendly PIL fork
long-yan/Pointillism
long-yan/PRMLT
Pattern Recognition and Machine Learning Toolbox
long-yan/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
long-yan/PyTorch_Primer
An introductory tutorial for PyTorch
long-yan/rcnn
R-CNN: Regions with Convolutional Neural Network Features
long-yan/rcnn-depth
Learning Rich Features from RGB-D Images for Object Detection and Segmentation
long-yan/rgbd-slam-tutorial-gx
code for the rgbd-slam tutorial written in cnblogs
long-yan/simulated-annealing-denoising
Binary image denoising using MRF, Ising model, and simulated annealing.
long-yan/Viterbi
通用的维特比算法实现