Pinned Repositories
CMVS-PMVS
This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can be otherwise obtained from the whole image set. CMVS should be used in conjunction with an SfM software Bundler and an MVS software PMVS2 (PMVS version 2).
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
FastPointTransformer
Official source code of Fast Point Transformer, CVPR 2022
fcn.berkeleyvision.org
Fully Convolutional Networks for Semantic Segmentation by Jonathan Long*, Evan Shelhamer*, and Trevor Darrell. CVPR 2015 and PAMI 2016.
hole_fixer
Demo implementation of smoothly filling holes in 3D meshes using surface fairing
HoleFiller
Hole filling algorithm for triangular meshes
mve
Multi-View Environment
mvs-texturing
Algorithm to texture 3D reconstructions from multi-view stereo images
nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
pintos-os
Project repository for CS 162 - Operating Systems at UC Berkeley. Consists of implementing critical components of the PintOS operating system, including threading, support for user program execution and thread scheduling, and a file system.
MrAirplaneLu's Repositories
MrAirplaneLu/FastPointTransformer
Official source code of Fast Point Transformer, CVPR 2022
MrAirplaneLu/rk1808
MrAirplaneLu/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
MrAirplaneLu/RandLA-Net
🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
MrAirplaneLu/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
MrAirplaneLu/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
MrAirplaneLu/HoleFiller
Hole filling algorithm for triangular meshes
MrAirplaneLu/mvs-texturing
Algorithm to texture 3D reconstructions from multi-view stereo images
MrAirplaneLu/PoissonRecon
Poisson Surface Reconstruction
MrAirplaneLu/mve
Multi-View Environment
MrAirplaneLu/fcn.berkeleyvision.org
Fully Convolutional Networks for Semantic Segmentation by Jonathan Long*, Evan Shelhamer*, and Trevor Darrell. CVPR 2015 and PAMI 2016.
MrAirplaneLu/CMVS-PMVS
This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can be otherwise obtained from the whole image set. CMVS should be used in conjunction with an SfM software Bundler and an MVS software PMVS2 (PMVS version 2).
MrAirplaneLu/hole_fixer
Demo implementation of smoothly filling holes in 3D meshes using surface fairing
MrAirplaneLu/pintos-os
Project repository for CS 162 - Operating Systems at UC Berkeley. Consists of implementing critical components of the PintOS operating system, including threading, support for user program execution and thread scheduling, and a file system.