-
cs-self-learning Public
Forked from PKUFlyingPig/cs-self-learning计算机自学指南
HTML Other UpdatedMay 8, 2022 -
free-programming-books Public
Forked from EbookFoundation/free-programming-books📚 Freely available programming books
Other UpdatedMay 3, 2022 -
handson-ml2 Public
Forked from ageron/handson-ml2A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
Jupyter Notebook Apache License 2.0 UpdatedApr 25, 2022 -
Self-learning-Computer-Science Public
Forked from PKUFlyingPig/Self-learning-Computer-Sciencethe resources I use to learn computer science in my spare time
UpdatedApr 19, 2022 -
HowToCook Public
Forked from Anduin2017/HowToCook程序员在家做饭方法指南。Programmer's guide about how to cook at home (Chinese only).
JavaScript The Unlicense UpdatedMar 30, 2022 -
awesome-deep-learning Public
Forked from ChristosChristofidis/awesome-deep-learningA curated list of awesome Deep Learning tutorials, projects and communities.
UpdatedMar 17, 2022 -
pycolmap Public
Forked from colmap/pycolmapPython bindings for COLMAP
C++ BSD 3-Clause "New" or "Revised" License UpdatedMar 10, 2022 -
paper-reading-1 Public
Forked from mli/paper-reading深度学习经典、新论文逐段精读
Apache License 2.0 UpdatedDec 31, 2021 -
pydegensac Public
Forked from ducha-aiki/pydegensacAdvanced RANSAC (DEGENSAC) with bells and whistles for H and F estimation
C++ MIT License UpdatedJun 11, 2021 -
ransac-tutorial-2020-data Public
Forked from ducha-aiki/ransac-tutorial-2020-dataStarter kit for the CVPR 2020 RANSAC tutorial benchmark
Jupyter Notebook Apache License 2.0 UpdatedJan 30, 2021 -
example-code Public
Forked from fluentpython/example-codeExample code for the book Fluent Python, First Edition (O'Reilly, 2015)
Python MIT License UpdatedDec 24, 2020 -
-
-
thuthesis-1 Public
Forked from tuna/thuthesisLaTeX Thesis Template for Tsinghua University
TeX LaTeX Project Public License v1.3c UpdatedJun 13, 2020 -
MISRE Public
Forked from MISRE/MISRECode/Examples for A New Approach to Robust Estimation of Parametric Structures
Python UpdatedJun 5, 2020 -
thuthesis Public
Forked from xueruini/thuthesisLaTeX Thesis Template for Tsinghua University
UpdatedMay 29, 2020 -
magsac Public
Forked from danini/magsacThe MAGSAC algorithm for robust model fitting without using an inlier-outlier threshold
C++ GNU General Public License v3.0 UpdatedMay 18, 2020 -
ngdsac_camreloc Public
Forked from vislearn/ngdsac_camrelocNeural-Guided, Differentiable RANSAC for Camera Re-Localization (NG-DSAC++)
C++ BSD 3-Clause "New" or "Revised" License UpdatedMay 4, 2020 -
pymagsac Public
Forked from ducha-aiki/pymagsacMAGSAC: marginalizing sample consensus, python version
C++ GNU General Public License v3.0 UpdatedMar 22, 2020 -
taichi Public
Forked from taichi-dev/taichiThe Taichi programming language
C++ MIT License UpdatedJan 6, 2020 -
CodingInterviewChinese2 Public
Forked from zhedahht/CodingInterviewChinese2《剑指Offer》第二版源代码
C++ Other UpdatedJan 2, 2020 -
-
DSACLine Public
Forked from vislearn/DSACLineDifferentiable RANSAC: Learning Robust Line Fitting
Python BSD 3-Clause "New" or "Revised" License UpdatedSep 23, 2018 -
DSAC Public
Forked from cvlab-dresden/DSACCode for DSAC (Differentiable RANSAC) for Camera Localization, CVPR 17
C++ UpdatedJul 11, 2018 -
LatentRANSAC Public
Forked from rlit/LatentRANSACLatent RANSAC implementation, based on USAC
C++ Other UpdatedJun 4, 2018 -
DHash Public
Forked from hjaurum/DHashComparing images with dHash algorithm.
Python UpdatedApr 19, 2018 -
MachineLearning Public
Forked from apachecn/ailearningMachine Learning in Action(机器学习实战)
Python GNU General Public License v3.0 UpdatedMar 28, 2018 -
MachineLearning_Python Public
Forked from lawlite19/MachineLearning_Python机器学习算法python实现
Python MIT License UpdatedMar 12, 2018 -
MachiningLearning Public
Forked from adnappp/MachiningLearning用matlab实现机器学习的一些算法
MATLAB UpdatedJan 24, 2018 -
Practical-Machine-Learning Public
从算法的基本原理出发,不调用任何已实现的库,用MATLAB实现经典机器学习算法。