wuRDmemory's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
TheAlgorithms/Python
All Algorithms implemented in Python
0voice/interview_internal_reference
2023年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
openai/gym
A toolkit for developing and comparing reinforcement learning algorithms.
facebookresearch/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
open-mmlab/mmdetection
OpenMMLab Detection Toolbox and Benchmark
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
dipakkr/A-to-Z-Resources-for-Students
✅ Curated list of resources for college students
cool-RR/PySnooper
Never use print for debugging again
alibaba/MNN
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba. Full multimodal LLM Android App:[MNN-LLM-Android](./project/android/apps/MnnLlmApp/README.md)
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB
💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
lava/matplotlib-cpp
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
xdspacelab/openvslam
OpenVSLAM: A Versatile Visual SLAM Framework
MasteringOpenCV/code
Code for the book "Mastering OpenCV with Practical Computer Vision Projects" by Packt Publishing 2012.
YiChenCityU/Recent_SLAM_Research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】業務調整,暫停更新
rpng/open_vins
An open source platform for visual-inertial navigation research.
donnyyou/torchcv
TorchCV: A PyTorch-Based Framework for Deep Learning in Computer Vision
generalized-intelligence/GAAS
GAAS is an open-source program designed for fully autonomous VTOL(a.k.a flying cars) and drones. GAAS stands for Generalized Autonomy Aviation System.
ppwwyyxx/OpenPano
Automatic Panorama Stitching From Scratch
megvii-model/ShuffleNet-Series
mbrossar/ai-imu-dr
AI-IMU Dead-Reckoning
tum-vision/LDSO
DSO with SIM(3) pose graph optimization and loop closure
RossHartley/invariant-ekf
C++ library to implement invariant extended Kalman filtering for aided inertial navigation.
utiasSTARS/liegroups
Python implementation of SO2, SE2, SO3, and SE3 matrix Lie groups using numpy or pytorch
MichaelBeechan/VO-SLAM-Review
SLAM is mainly divided into two parts: the front end and the back end. The front end is the visual odometer (VO), which roughly estimates the motion of the camera based on the information of adjacent images and provides a good initial value for the back end.The implementation methods of VO can be divided into two categories according to whether features are extracted or not: feature point-based methods, and direct methods without feature points. VO based on feature points is stable and insensitive to illumination and dynamic objects
muskie82/AR-Depth-cpp
C++ implementation of Fast Depth Densification for Occlusion-aware Augmented Reality (SIGGRAPH-Asia 2018)
timfeirg/Fourier-Descriptors
OpenCV project for my image processing course, horribly bad work.