ciaosulee's Stars
tensorflow/models
Models and examples built with TensorFlow
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
MorvanZhou/tutorials
机器学习相关教程
greatghoul/remote-working
收集整理远程工作相关的资料
lexfridman/mit-deep-learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
wuhan2020/wuhan2020
新型冠状病毒防疫信息收集平台
dsgiitr/d2l-pytorch
This project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
kenshohara/3D-ResNets-PyTorch
3D ResNets for Action Recognition (CVPR 2018)
ysh329/deep-learning-model-convertor
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
quicksilver/Quicksilver
Quicksilver Project Source
jiqizhixin/ML-Tutorial-Experiment
Coding the Machine Learning Tutorial for Learning to Learn
voxelmorph/voxelmorph
Unsupervised Learning for Image Registration
rpautrat/SuperPoint
Efficient neural feature detector and descriptor
magicleap/SuperPointPretrainedNetwork
PyTorch pre-trained model for real-time interest point detection, description, and sparse tracking (https://arxiv.org/abs/1712.07629)
wichtounet/dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
BlackHC/tfpyth
Putting TensorFlow back in PyTorch, back in TensorFlow (differentiable TensorFlow PyTorch adapters).
yzhq97/cnn-registration
An image registration method using convolutional neural network features.
LiuXiaolong19920720/simple_net
A simple deep neural network implemented in C++,based with OpenCV Mat matrix class
tynguyen/unsupervisedDeepHomographyRAL2018
Unsupervised Deep Homography: A Fast and Robust Homography Estimation Model
quqixun/ImageRegistration
A demo that implement image registration by matching SIFT descriptors and appling RANSAC and affine transformation.
mazenmel/Deep-homography-estimation-Pytorch
Deep homography network with Pytorch
leonidk/pytorch-tf
Converting a pretrained pytorch model to tensorflow
xylcbd/MiniDL
C++从零开始深度学习
peter-can-talk/meeting-cpp-2017
Slides and code for my talk at MeetingC++ 2017
polakluk/fourier-mellin
Image Registration using Fourier-Mellin
alexhagiopol/deep_homography_estimation
Compute homographies with deep networks instead of feature matching and RANSAC.
GigaFlopsis/image_pose_estimation
The Ros package to track and get position in world of the selected object. Written on Python Opencv with SIFT + Homography + PnP + blue detector.
ruizengalways/PFNet
Code Repo of 'Rethinking Planar Homography Estimation Using Perspective Fields'
Xiaoming-Yu/cbn
Pytorch implementation of Multi-Mapping Image-to-Image Translation with Central Biasing Normalization
aqurilla/DL-HomographyEstimation
Homography estimation using deep neural networks