Pinned Repositories
3dv_tutorial
An Invitation to 3D Vision: A Tutorial for Everyone
aanet
AANet: Adaptive Aggregation Network for Efficient Stereo Matching, CVPR 2020
AD-Census
AD-Census立体匹配算法,**学者Xing Mei等人研究成果(Respect!),算法效率高、效果出色,适合硬件加速,Intel RealSense D400 Stereo模块算法。完整实现,代码规范,注释清晰,欢迎star!
AGSD-Surgical-Instrument-Segmentation
Code for 'Unsupervised Surgical Instrument Segmentation via Anchor Generation and Semantic Diffusion' (MICCAI 2020)
ANMS-Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
ARFlow
The official PyTorch implementation of the paper "Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation".
atrous-monodepth
Monocular Depth Estimation using Atrous Convolutions
awesome-few-shot-learning
A review for latest few-shot learning works
TrianFlow
Code release for "Towards Better Generalization: Joint Depth-Pose Learning without PoseNet".
yzxstore's Repositories
yzxstore/AD-Census
AD-Census立体匹配算法,**学者Xing Mei等人研究成果(Respect!),算法效率高、效果出色,适合硬件加速,Intel RealSense D400 Stereo模块算法。完整实现,代码规范,注释清晰,欢迎star!
yzxstore/awesome-few-shot-learning
A review for latest few-shot learning works
yzxstore/C3VD
yzxstore/CVPR2021-Papers-with-Code
CVPR 2021 论文和开源项目合集
yzxstore/DefSLAM
DefSLAM: Tracking and Mapping of Deforming Scenes from Monocular Sequences. J.Lamarca, S. Parashar, A. Bartoli & J.M.M. Montiel
yzxstore/denseflow
Extracting optical flow and frames
yzxstore/domain_specific_cl
Code for NeurIPS 2020 article "Contrastive learning of global and local features for medical image segmentation with limited annotations"
yzxstore/dynamap
A framework which is capable of mapping rigid and non-rigid scenes and localize camera in the environment at the same time
yzxstore/embedded_deformation
Implementation of the embedded deformation algorithm
yzxstore/Endo-Depth-and-Motion
yzxstore/EndoSLAM
EndoSLAM Dataset and an Unsupervised Monocular Visual Odometry and Depth Estimation Approach for Endoscopic Videos: Endo-SfMLearner
yzxstore/FasterStereoCuda-Library
这是一个基于CUDA加速的快速立体匹配库,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且占用明显更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高量级图像的能力。
yzxstore/geometry-processing-csc2520
Course Page for Geometry Processing
yzxstore/libigl
Simple C++ geometry processing library.
yzxstore/M3VSNet
M^3SNet: Unsupervised Multi-metric Multi-view Stereo Network
yzxstore/MPHY0026
yzxstore/openMVS_comments
open Multi-View Stereo reconstruction library
yzxstore/PAM
Repository for "Parallax Attention for Unsupervised Stereo Correspondence Learning", TPAMI 2020
yzxstore/PatchMatchStereo
PatchMatch,倾斜窗口经典,效果极佳,OpenMVS&Colmap稠密匹配算法。完整实现,代码规范,注释清晰,博客教学,欢迎star!
yzxstore/PatchMatchStereo_linux
yzxstore/PIFu
This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
yzxstore/Representation-Learning-Reading-List
Repository lists useful papers related to representation learning with links to research papers, conference names and year of publish.
yzxstore/rtabmap
RTAB-Map library and standalone application
yzxstore/scikit-surgery
scikit-surgery - Surgical Navigation Libraries for Python
yzxstore/SemiGlobalMatching
SGM,立体匹配最经典应用最广泛算法,4000+引用,兼顾效率和效果。完整实现,代码规范,注释清晰,博客教学,欢迎star!
yzxstore/torch-cam
Class activation maps for your PyTorch models (CAM, Grad-CAM, Grad-CAM++, Smooth Grad-CAM++, Score-CAM, SS-CAM, IS-CAM, XGrad-CAM)
yzxstore/Unsupervised-Semantic-Segmentation
Unsupervised Semantic Segmentation by Contrasting Object Mask Proposals.
yzxstore/VirtualCapsuleEndoscopy
VR-Caps: A Virtual Environment for Active Capsule Endoscopy
yzxstore/vision_blender
A Blender addon for generating synthetic ground truth data for Computer Vision applications
yzxstore/Visual_SLAM_Related_Research
视觉(语义) SLAM 相关研究跟踪