Almost two years back, Nvidia published PilotNet paper demonstrating a convolutional neural network (CNN) for self-driving cars in an end-to-end approach. In this post, I want to present how I used that architecture to predict steering wheel axis for a vehicle inside a game. I have formulated steering angle prediction...
[Read More]
Hi, I'm a Software Engineer at LinkedIn working on Spam and Content Filtering platform in Bangalore, India. I use this place to organize things I’ve been up to in the past.
How we reduced our Android app’s memory footprint by 50%
Making bitmaps memory efficient
Like any other startup momentum-obsessed startup, we didn’t spend a lot of time to building an efficient product on the first go. We shipped our Android app, and it was working “just fine.”
[Read More]
Face centering Android library build on top of Google Vision API
Memory efficient Android image transformation library providing cropping above Face Detection
In our Android apps, when we crop photos to display them, we often encounter the problem of positioning faces properly.
[Read More]
Faster and smaller serialized data in Android
Serialization is a process of converting an in-memory object into a formatted chunk of data which can be converted back into the in-memory object.
[Read More]