Skip to main content
Sai Yeswanth

Sai Yeswanth

3D deep learning - Computer Graphics - Computer Vision - Game Programming

Hello Human! This is Sai, a Machine Learning Research Engineer and technical artist based in Bangalore, working at the intersection of software development, robotics, and 3D graphics. Over the years, I’ve contributed to projects like building synthetic data pipelines, developing plugins for Unreal Engine and Blender, and creating simulations, autonomous functions and perception modules in robotics. I teach in my spare time, and also write interactive blog posts.

Other than that, I’m deeply invested in understanding the human condition 🎭 and the expression of life in all its diverse forms 🌸🦎, exploring metaphysics πŸ’­ and seeking ways to reduce suffering on a personal level , hoping I’d be able to also tend to others I come across πŸ«‚.

Recent

Memory Mapping Point Clouds using Z-order curves
·1451 words·7 mins
oftentimes the point clouds also come with additional data attached to each point making them resource intensive to work with. so I Looked for ways to optimize ways of loading, querying and storing the point clouds for easier processing.
Eigen values intuition
·782 words·4 mins
Deducing our way to finding the eigen values and what they do.
convolution, correlation and the dot product
·1895 words·9 mins
Ideas that bring the three mathematical operations together and more