Pinned Repositories
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
ARCore-Data-Logger
Android app to save ARCore results (Visual-Inertial Odometry) to a series of text files for offline use.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-hand-pose-estimation
Awesome work on hand pose estimation/tracking
awesome-slam-datasets
SLAM数据集---A curated list of awesome datasets for SLAM
BERT-for-Unity
Bidirectional Encoder Representations from Transformers technique for Unity game engine
Books_Robot_SLAM_Navigation
This project is supporting code for the book of Robot SLAM Navigation Core Technology and the Actual Combat.
cheatsheets-ai
Essential Cheat Sheets for deep learning and machine learning researchers
CNN-SLAM
The combination of CNN and SLAM, aiming to achieve a better result of traditional geometric-based SLAM architecture.
coding-interview-university
A complete computer science study plan to become a software engineer.
lywcn's Repositories
lywcn/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
lywcn/ARCore-Data-Logger
Android app to save ARCore results (Visual-Inertial Odometry) to a series of text files for offline use.
lywcn/awesome-hand-pose-estimation
Awesome work on hand pose estimation/tracking
lywcn/awesome-slam-datasets
SLAM数据集---A curated list of awesome datasets for SLAM
lywcn/BERT-for-Unity
Bidirectional Encoder Representations from Transformers technique for Unity game engine
lywcn/Books_Robot_SLAM_Navigation
This project is supporting code for the book of Robot SLAM Navigation Core Technology and the Actual Combat.
lywcn/CollaborativeSLAMDataset
The dataset associated with our ISMAR 2018 paper on Collaborative SLAM.
lywcn/CompetitiveProgrammingQuestionBank
This repository contains all the popular competitive programming and DSA questions with solutions.
lywcn/deep_ekf_vio
lywcn/DeepMatchVO
Implementation of ICRA 2019 paper: Beyond Photometric Loss for Self-Supervised Ego-Motion Estimation
lywcn/DeepVO-1
Deep Monocular Visual Odometry using PyTorch (Experimental)
lywcn/demon
DeMoN: Depth and Motion Network
lywcn/dense-orbslam2
check
lywcn/DUI_VIO
Depth uncertainty incorporated VIO
lywcn/hand-graph-cnn
3D Hand Shape and Pose Estimation from a Single RGB Image
lywcn/HandPoseBarracuda
Hand and finger tracking solution (MediaPipe Hands) for Unity Barracuda
lywcn/LSTM_study
lywcn/mediapipe-models
mediapipe-models
lywcn/mediapipe_unity_handtracking
lywcn/MeshTransformer
Research code for CVPR 2021 paper "End-to-End Human Pose and Mesh Reconstruction with Transformers"
lywcn/mobilehand
MobileHand: Real-time 3D Hand Shape and Pose Estimation from Color Image
lywcn/ORB_SLAM2_zhushiban
Check
lywcn/pnec
[CVPR 2022] README.md The Probabilistic Normal Epipolar Constraint for Frame-To-Frame Rotation Optimization under Uncertain Feature Positions
lywcn/PocketSphinxUnityDemo
A sample Unity project showing how to use PocketSphinx.
lywcn/pytorch-deepvo
An Implementation of DeepVO with CNN / CNN-LSTM
lywcn/ros_21_tutorials
《古月 · ROS入门21讲》课件&源码
lywcn/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
lywcn/transformer-tensorflow
Implementation of Transformer Model in Tensorflow
lywcn/VINS-Mono
A Robust and Versatile Monocular Visual-Inertial State Estimator
lywcn/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