projects
Hackatons
School Projects
- Computer Vision for Autonomous Driving CourseAssignments that I have completed about Stereo Estimation, Multi-view Reconstruction, Optical Flow Estimation, Scene Flow estimation, Visual Odometry, Object Detection, Visual Object Tracking, Multiple Object Tracking and Semantic Segmentation along with video explanations. You can also find 12 paper reviews that I wrote about topics mentioned above. This repository also contains my favourite assignments from Self Driving Cars Specialization, Mar 2022
- Pixar AnimationPixar animation created in Cinema 4D, Adobe Substance 3D Painter, and Unity. This project uses Unity’s built-in Ray Tracing. Luxo Jr moves with respect to key frames. Objects can also be spawned from the sky and fall down due to gravity, May 2022
- Captcha Solver - Data Privacy and SecurityBreaking Text-Based Captcha using CNNs. In this project, we suggest a method for creating unsolvable Captcha by deep learning methods, Jan 2022
- Prodkin Gorski Channel AlignmentApplying image processing techniques on Prokudin-Gorskii glass plate images to automatically produce a color image with as few visual artifacts as possible. In order to do this, I extract the three color channel images, place them on top of each other, and align them so that they form a single RGB color image, Jun 2019
- Sudoku SolverSolving Sudoku using Brute-force and Backtracking. Implementation of backtracking algorithm in C++, May 2019