zhanxinrui
I am a master's student majoring in artificial intelligence at ZJU. I am interested in transformation estimation problems especially in the video
Zhejiang UniversityChina
zhanxinrui's Stars
raulmur/ORB_SLAM2
Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
IntelRealSense/librealsense
Intel® RealSense™ SDK
gaoxiang12/slambook
nianticlabs/monodepth2
[ICCV 2019] Monocular depth estimation from a single image
orpatashnik/StyleCLIP
Official Implementation for "StyleCLIP: Text-Driven Manipulation of StyleGAN Imagery" (ICCV 2021 Oral)
MichaelGrupp/evo
Python package for the evaluation of odometry and SLAM
mapillary/OpenSfM
Open source Structure-from-Motion pipeline
tum-vision/lsd_slam
LSD-SLAM
JakobEngel/dso
Direct Sparse Odometry
uzh-rpg/rpg_svo
Semi-direct Visual Odometry
tinghuiz/SfMLearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
luigifreda/pyslam
pySLAM is a visual SLAM pipeline in Python for monocular, stereo and RGBD cameras. It supports many modern local and global features, different loop-closing methods, a volumetric reconstruction pipeline, and depth prediction models.
princeton-vl/DROID-SLAM
cvg/pixel-perfect-sfm
Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
gradslam/gradslam
gradslam is an open source differentiable dense SLAM library for PyTorch
yuval-alaluf/restyle-encoder
Official Implementation for "ReStyle: A Residual-Based StyleGAN Encoder via Iterative Refinement" (ICCV 2021) https://arxiv.org/abs/2104.02699
ClementPinard/SfmLearner-Pytorch
Pytorch version of SfmLearner from Tinghui Zhou et al.
facebookresearch/co3d
Tooling for the Common Objects In 3D dataset.
devendrachaplot/Neural-SLAM
Pytorch code for ICLR-20 Paper "Learning to Explore using Active Neural SLAM"
PeterWang512/GANSketching
Sketch Your Own GAN: Customizing a GAN model with hand-drawn sketches.
tum-vision/LDSO
DSO with SIM(3) pose graph optimization and loop closure
POSTECH-CVLab/SCNeRF
[ICCV21] Self-Calibrating Neural Radiance Fields
aleksandrkim61/EagerMOT
Official code for "EagerMOT: 3D Multi-Object Tracking via Sensor Fusion" [ICRA 2021]
felixchenfy/Monocular-Visual-Odometry
A simple monocular visual odometry (part of vSLAM) by ORB keypoints with initialization, tracking, local map and bundle adjustment. (WARNING: Hi, I'm sorry that this project is tuned for course demo, not for real world applications !!!)
skyhehe123/VoxelNet-pytorch
weixk2015/DeepSFM
This is a PyTorch implementation of the ECCV2020 paper "DeepSFM: Structure From Motion Via Deep Bundle Adjustment".
mihaidusmanu/local-feature-refinement
Multi-View Optimization of Local Feature Geometry
IsaacGuan/PointNet-Plane-Detection
A 3D plane detection approach using PointNet
jingedawang/FeatureMethod
A demo for visual odometry in feature method using OpenCV.
umd-fire-coml/2020-3D-Object-Detection
The purpose of this research is to do 3D object detection from a photo using machine learning. The goal is a working model that can detect multiple 3D objects and provide their dimensions and orientation given a photo. There are many ways to implement this, but this project uses center-based 3D object detection and tracking, where the model predicts the physical, three-dimensional center of detected objects, which is regressed to predict the dimensions and orientation of the object.