Pinned Repositories
3D_Scanning_Motion_Capture
ai-art-generator
For automating the creation of large batches of AI-generated artwork locally.
Apollo-11
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
AR_Marker_and_Voxel_Carving
awesome_3DReconstruction_list
A curated list of papers & resources linked to 3D reconstruction from images.
ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
Co-SLAM
[CVPR'23] Co-SLAM: Joint Coordinate and Sparse Parametric Encodings for Neural Real-Time SLAM
cocoapi
Contains the "pycocotools" package on PyPI. Changes made to the official cocoapi about packaging.
CV_assignment_matlab
Event_Based_Vision_EX2
ge35tay's Repositories
ge35tay/3D_Scanning_Motion_Capture
ge35tay/CV_assignment_matlab
ge35tay/ai-art-generator
For automating the creation of large batches of AI-generated artwork locally.
ge35tay/AR_Marker_and_Voxel_Carving
ge35tay/ChatRWKV
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
ge35tay/Co-SLAM
[CVPR'23] Co-SLAM: Joint Coordinate and Sparse Parametric Encodings for Neural Real-Time SLAM
ge35tay/cocoapi
Contains the "pycocotools" package on PyPI. Changes made to the official cocoapi about packaging.
ge35tay/CPP_Multithread
ge35tay/dive_into_deep_learning
✔️李沐 【动手学深度学习】课程学习笔记:使用pycharm编程,基于pytorch框架实现。
ge35tay/Event_Exercise_TUB
ge35tay/GPT-4-LLM
Instruction Tuning with GPT-4
ge35tay/habitat-sim
A flexible, high-performance 3D simulator for Embodied AI research.
ge35tay/HashNeRF-pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives: https://nvlabs.github.io/instant-ngp/
ge35tay/instant-nsr-pl
Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!
ge35tay/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
ge35tay/LargeScaleNeRFPytorch
1. Non-official implementation of Block-NeRF and Mega-NeRF in Pytorch. 2. Train your large-scale NeRF in the wild. 3. Weekly classified NeRF literature.
ge35tay/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
ge35tay/objsdf
:t-rex:[ECCV‘22] Pytorch implementation of 'Object-Compositional Neural Implicit Surfaces'
ge35tay/ORB_SLAM
A Versatile and Accurate Monocular SLAM
ge35tay/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
ge35tay/PaddleYOLO
🚀🚀🚀 YOLO series of PaddlePaddle implementation, PP-YOLOE+, YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOX, YOLOv5u, YOLOv7u, RTMDet and so on. 🚀🚀🚀
ge35tay/pcl-learning
🔥PCL(Point Cloud Library)点云库学习记录
ge35tay/project-based-learning
Curated list of project-based tutorials
ge35tay/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
ge35tay/self-instruct
Aligning pretrained language models with instruction data generated by themselves.
ge35tay/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
ge35tay/simplerecon
[ECCV 2022] SimpleRecon: 3D Reconstruction Without 3D Convolutions
ge35tay/slam_in_autonomous_driving
《自动驾驶中的SLAM技术》对应开源代码
ge35tay/stable-diffusion
A latent text-to-image diffusion model
ge35tay/tiktoken
tiktoken is a fast BPE tokeniser for use with OpenAI's models.