KavitShah1998's Stars
ggerganov/llama.cpp
LLM inference in C/C++
NVIDIA/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
changh95/visual-slam-roadmap
Roadmap to become a Visual-SLAM developer in 2023
tysik/obstacle_detector
A ROS package for 2D obstacle detection based on laser range data.
naturerobots/mesh_navigation
Mesh Navigation Stack
concept-graphs/concept-graphs
Official code release for ConceptGraphs
tawnkramer/sdsandbox
This provides a sandbox simulator for training a self-driving car. This uses Unity for simulation and Python with Keras and Tensorflow for training. Recently updated to work on Python 3.4+ and Keras 2+
qboticslabs/ros_robotics_projects
Example codes of new book ROS Robotics Projects
wg-perception/people
robodhruv/drive-any-robot
Official code and checkpoint release for "GNM: A General Navigation Model to Drive Any Robot".
Dungyichao/Electric-Vehicle-Route-Planning-on-Google-Map-Reinforcement-Learning
User can set up destination for any agent to navigate on Google Map and learn the best route for the agent based on its current condition and the traffic. Our result is 10% less energy consumption than the route provided by Google map
VisualComputingInstitute/2D_lidar_person_detection
Person detector for 2D range data. Code release for Self-Supervised Person Detection in 2D Range Data using a Calibrated Camera (https://arxiv.org/abs/2012.08890)
MengGuo/RVO_Py_MAS
Python Implementation of Reciprocal Velocity Obstacle for Multi-agent Systems
dbddqy/visual_kinematics
simple python-based kinematics solver for robot arm
ivalab/grasp_multiObject
Robotic grasp dataset for multi-object multi-grasp evaluation with RGB-D data. This dataset is annotated using the same protocal as Cornell Dataset, and can be used as multi-object extension of Cornell Dataset.
ericchen321/ros_x_habitat
A bridge betwwen the ROS ecosystem and AI Habitat.
NVIDIA-AI-IOT/turtlebot3
Autonomous delivery robot with turtlebot3 and Jetson TX2
rudrajikadra/Movie-Recommendation-System-Using-Python-and-Pandas
This is a python project where using Pandas library we will find correlation and give the best recommendation for movies.
facebookresearch/spot-sim2real
Spot Sim2Real Infrastructure
KavitShah1998/Autonomous_Mobile_Robot_Navigation_In_ROS
A project for Motion Planning: Combined application of A* with RRT* where A* acts as a global planner and RRT* acts as a local planner
rencheckyoself/turtlebot3-navigation
Navigation algorithms from scratch
TIERS/lidar-as-a-camera
Analysis of object detectors and image segmentation models on images from lidar sensors
KavitShah1998/DynamicObstacleAvoidance
The repository contains implementation for motion planning of mobile robot in dynamic indoor hospital-like environments for (assistive) autonomy using ROS Navigation Stack and Optimal Reciprocal Collision Avoidance (RVO2 Library)
naokiyokoyama/bd_spot_wrapper
Scripts for experimentation with Boston Dynamics Spot Robot
KavitShah1998/CppND-Route-Planning-Project
The project demonstrates route planning between a start and an end point on OpenStreetMap which is similar to commercial navigation applications. This is the project submission for Module 1: Foundations from Udacity's C++ nano-degree program
KavitShah1998/GraphSearch
My CPP codes for graph search algorithms namely BFS, DFS & Dijkstra using OOP
KavitShah1998/CppND-System-Monitor
The repository is my project code for System Monitor in a Linux OS. It is my final project of OOP unit of C++ Nano-degree program on Udacity
RishabhChadha-97/segmentation_unet
Semantic Segmentation using UNet from scratch in PyTorch