Pinned Repositories
3D_Face_Reconstrction
My project that reconstructs a 3D face model from a single image. Used C++, Qt, OpenCV, OpenGL with the help of Surrey Face Model.
awesome-implicit-representations
A curated list of resources on implicit neural representations.
ckLibra.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
cmake-examples
Useful CMake Examples
DenseDescriptorLearning-Pytorch
Pytorch implementation of paper named "Extremely Dense Point Correspondences using a Learned Feature Descriptor" (CVPR 2020)
GaussianPro
Image-based-3D-Reconstruction-and-Rendering
Image-based 3D Reconstruction & Rendering --- Group sharing for VGG-USTC
Self-Supervised-Depth-Estimation-for-Colonoscopy
Public code for paper "Depth Estimation for Colonoscopy Images with Self-Supervised Learning from Videos"; the code and dataset will release soon.
UC-NeRF
[ICLR2024] the official pytorch implementation of UC-NeRF
Metric3D
The repo for "Metric3D: Towards Zero-shot Metric 3D Prediction from A Single Image" and "Metric3Dv2: A Versatile Monocular Geometric Foundation Model..."
ckLibra's Repositories
ckLibra/Self-Supervised-Depth-Estimation-for-Colonoscopy
Public code for paper "Depth Estimation for Colonoscopy Images with Self-Supervised Learning from Videos"; the code and dataset will release soon.
ckLibra/Image-based-3D-Reconstruction-and-Rendering
Image-based 3D Reconstruction & Rendering --- Group sharing for VGG-USTC
ckLibra/3D_Face_Reconstrction
My project that reconstructs a 3D face model from a single image. Used C++, Qt, OpenCV, OpenGL with the help of Surrey Face Model.
ckLibra/awesome-implicit-representations
A curated list of resources on implicit neural representations.
ckLibra/ckLibra.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
ckLibra/cmake-examples
Useful CMake Examples
ckLibra/DenseDescriptorLearning-Pytorch
Pytorch implementation of paper named "Extremely Dense Point Correspondences using a Learned Feature Descriptor" (CVPR 2020)
ckLibra/DenseReconstruction-Pytorch
Pytorch implementation of paper "Reconstructing Sinus Anatomy from Endoscopic Video -- Towards a Radiation-free Approach for Quantitative Longitudinal Assessment" (MICCAI 2020)
ckLibra/depth_from_video_in_the_wild
SYDE 671 final project source code, copied from Google Research to avoid cloning the entire Google Research repo.
ckLibra/DROID-SLAM
ckLibra/FaceReconstruction
Facial Landmark Detection and head pose compute use dlib, Real time Face Reconstruction use 3D Morphable Face Model fitting
ckLibra/GaussianPro
ckLibra/hairTry
virtual hair trying based on WebGL and face reconstruction
ckLibra/interview_python
关于Python的面试题
ckLibra/Lee-SLAM-source
SLAM 开发学习资源与经验分享
ckLibra/LibraNet
I want to create a higher level pytorch framework for deep learning.User just need to register they own models and dataload/dataset,then the training pipeline can run automatically
ckLibra/M3-SLAM
ckLibra/OpenCV-Python-Tutorial
OpenCV-Python图像处理教程
ckLibra/ORB_SLAM3
ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
ckLibra/Pangolin
Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
ckLibra/slambook2
edition 2 of the slambook
ckLibra/UC-NeRF
copy
ckLibra/ucnerf.github.io
ckLibra/vrn
:man: Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
ckLibra/zipnerf-pytorch
Unofficial implementation of ZipNeRF