SiddhantNadkarni's Stars
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
commaai/openpilot
openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 275+ supported cars.
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
karpathy/llama2.c
Inference Llama 2 in one file of pure C
pybind/pybind11
Seamless operability between C++11 and Python
openai/gpt-3
GPT-3: Language Models are Few-Shot Learners
wjakob/nanogui
Minimalistic GUI library for OpenGL
lava/matplotlib-cpp
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
alandefreitas/matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
nigels-com/glew
The OpenGL Extension Wrangler Library
NVIDIA/libcudacxx
[ARCHIVED] The C++ Standard Library for your entire system. See https://github.com/NVIDIA/cccl
vectorclass/version2
Vector class library, latest version
UMich-BipedLab/extrinsic_lidar_camera_calibration
This is a package for extrinsic calibration between a 3D LiDAR and a camera, described in paper: Improvements to Target-Based 3D LiDAR to Camera Calibration. This package is used for Cassie Blue's 3D LiDAR semantic mapping and automation.
cvlab-epfl/EPnP
EPnP: Efficient Perspective-n-Point Camera Pose Estimation
jackw01/arduino-pid-autotuner
Automated PID tuning using Ziegler-Nichols/relay method
symao/PnPL
Perspective n Point and Line for camera pose estimation.
tcleg/PID_Controller
Platform Independent PID Controller
ydsf16/PnP_Solver
Personal implementations of solvers for PnP problem, including DLT and EPnP.
horizon-research/PointCloud-pipeline
Configurable point cloud registration pipeline.
lefticus/presentations
Presentations by Jason Turner at various conferences
soulslicer/kitti_depthmap
module for converting raw lidar in kitti to depthmap
yuzhou42/camera-laser-calibration
This package is used to calculate the translation and rotation matrix between camera and laser coordinate, and then fuse the point cloud with image color.
agarwa65/lidar_camera_calibration
Lidar Camera Callibration in ROS
codebydant/upsamplingCloudPCL
Upsampling method for an input cloud using mls method of PCL
Qworg/OKPCL
Bridge Code for OpenKinect, PCL and OpenCV
feixh/PnPRANAAC
a collection of tools for solving the Perspective-n-Point (PnP) problem in compute vision
karnikram/autocalib-sensor-extrinsics
2018 GSoC Project with MRPT
LiliMeng/SolvePNP
SolvePnP by opencv
UTNuclearRoboticsPublic/pointcloud_painter
Projects a spherical RGB image onto a colorless pointcloud to create an RGBD pointcloud of a scene.
tanvirtin/gradient-descent
A simple demonstration of gradient-descent algorithm in C++ on a linear funciton.