Projects
Here is a list of some selected projects I have completed. These projects touch on mobile robots, quadrotors, and computer vision, among other things.
For more information, visit my Github page .
Avoid the wall

Abhinav Modi, Prateek Arora
Given a wall of unknown position and orientation, we developed a feedback system based on dense optical flow estimation using Gunnar Farneback approach to align with the wall and fly above or below it.
Code Video
MountainCar-v0

Abhinav Modi
Trained a neural network using pytorch framework to perform deep Q-learning for the continuous state, discrete action-space mountain-car problem in the OpenAI gym environment.
Code
HODM

Abhinav Modi, Kartik Madhira
Using software development principles - Agile Iterative Process we developed a package using a pretrained YOLOv3 network to detect humans in a sequence of input images.
Code
MyAutoPano

Abhinav Modi, Kartik Madhira and Prateek Arora
In this project we have used Homography to warp multiple images and stitch a panorama using three different techniques- Traditional approach using feature matching and RANSAC, Supervised approach to predict a 4 point parametrization of Homography between two images and an Unsupervised approach to predict Homography from the 4pt parametrization without the presence of a ground truth.
Code
Augmented Reality Tags

Abhinav Modi, Kamakshi Jain and Rohan Singh
Blob detection is used to detect three encoded(ID and orientation) tags which is followed by the use of homography and then perspective warping to project a cube on each tag based on its ID and orientation.
Code Video
PB-Lite

Abhinav Modi
The algorithm uses DoG, Leung-malik and Gabor filter Banks to generate texture, brightness and color maps to improve the boundary detection results of Canny and Sobel baselines.
Code
WALLE 2.0

Abhinav Modi
The main idea of this project was to model the Kinematics of a reduced DOF(Degree of Freedom) model of the robot: WALL-E from the original Disney PIXAR movie: WALL-E. The objective is to perform a pick and lift operation using both the arms together on a mobile base. This will enable the robot to pick a box full of supplies, kept at fixed distance which is more than one arms reach.
Video
Finding Shortest Path
Abhinav Modi
Implemented A-star and Dijkstra algorithms for a point robot and a circular rigid robot of arbitrary radius on a given map.
Code
BIOBOT

Abhinav Modi, Hanish Mehta and Rohan Singh
The BIOBOT is a conceptual model of a one-crew carrying, semi-autonomous Lunar-Rover. The rover follows the astronaut with an on-board Life Support System such that astronaut can carry out extra-vehicular activities like sample collection with ease.
Video
Cable Suspended Load from a Quadrotor

Abhinav Modi
*Equal contribution
Code