Saurabh Palande

I am a graduate student at the University of Maryland, College Park, pursuing my Professional Master’s degree in Robotics (M. Eng. Robotics) and expecting to graduate by May 2023. My expertise lies in Computer Vision, Autonomous navigation, Robotic Manipulators, and Industrial Automation

Structure from Motion (3D scene reconstruction)

Reconstructed a 3D scene and simultaneously obtained the camera poses of a monocular camera w.r.t. the given scene (multi-view geometry) by using traditional methods like Feature Matching and Outlier rejection using RANSAC, linear and non-linear triangulation, Perspective-n-Point and Bundle Adjustment in Python. Estimated depth and pose from a sequence of images by using an unsupervised learning method - SFM learner.

Face Swap

Swapped faces in a video using traditional (Delaunay Triangulation and Thin Plate Spline) and deep learning (Position Map Regression Network) methods

Human pose Estimation using OpenPose

Implemented OpenPose to detect multi-person 2D human poses in real-time and used the detected poses to control the motion of a physical robot (built from scratch) using Jetson Nano and Arduino.