Ankbzpx's Stars
niosus/notebooks
Just a bunch of iPython notebooks for future references.
moderngl/moderngl
Modern OpenGL binding for Python
garrettj403/SciencePlots
Matplotlib styles for scientific plotting
triton-lang/triton
Development repository for the Triton language and compiler
Kanaries/pygwalker
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
tanelp/tiny-diffusion
A minimal PyTorch implementation of probabilistic diffusion models for 2D datasets.
nerfstudio-project/nerfacc
A General NeRF Acceleration Toolbox in PyTorch.
patrick-kidger/signatory
Differentiable computations of the signature and logsignature transforms, on both CPU and GPU. (ICLR 2021)
zerollzeng/tiny-tensorrt
Deploy your model with TensorRT quickly.
nmwsharp/polyscope
A C++ & Python viewer for 3D data like meshes and point clouds
patrick-kidger/equinox
Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/
NVlabs/nvdiffrec
Official code for the CVPR 2022 (oral) paper "Extracting Triangular 3D Models, Materials, and Lighting From Images".
zhangyux15/4d_association
code for cvpr2020 "4D Association Graph for Realtime Multi-person Motion Capture Using Multiple Video Cameras"
NVlabs/instant-ngp
Instant neural graphics primitives: lightning fast NeRF and more
cvg/pixel-perfect-sfm
Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
urschrei/simplification
Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust
xingyizhou/CenterTrack
Simultaneous object detection and tracking using center points.
bmild/nerf
Code release for NeRF (Neural Radiance Fields)
google/hypernerf
Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields".
norvig/pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
dendronhq/dendron
The personal knowledge management (PKM) tool that grows as you do!
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.
BilHim/minecraft-world-generation
Replicating Minecraft World Generation in Python
kornia/kornia
🐍 Geometric Computer Vision Library for Spatial AI
PoseLib/PoseLib
Minimal solvers for calibrated camera pose estimation
CedricGuillemet/ImGuizmo
Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
libigl/libigl
Simple MPL-2.0-licensed C++ geometry processing library.
NVlabs/stylegan2-ada
StyleGAN2 with adaptive discriminator augmentation (ADA) - Official TensorFlow implementation
drsrinathsridhar/GRANSAC
Multi-threaded generic RANSAC implemetation