Gota Gando

Freelance machine learning engineer

I'm a freelance machine learning engineer focused on computer vision. I help my clients build vision AI systems from data labeling, data generation to production model deployment on cloud. I have professional experiences in training deep neural networks for semantic segmentation, object tracking, and action recognition tasks. I'm always up for a new exciting ML/CV project, so shoot me a DM if you're interested to work with me!

Previously, I did my MSCS degree at UMass Amherst and contributed to video recognition ML models at two startups for 3 years. In my free time, I work on independent projects, such as the ones shown below.

Projects


ViewSkater

A fast data viewer for viewing a large number of images, written in Rust. I always had the pain of having to manually plot image samples with matplotlib, or using slow built-in image viewers during explatory data analysis (EDA) for ML projects. This desktop app aims to alleviate this issue by dynamically caching images and providing UI with a responsive slider and a dual-pane view (which I can extend to N panes later). Released a prototype here: https://viewskater.com/


Instance segmentation demo (2022/08)

A tech demo on performing cloud inference with GPU/CPU servers. This was a remove.bg clone where you can drag&drop images to do semseg and cut out segmented regions. Currently discontinued but I will host another cool model in the near future again!

Works


Synthetic data generation with Unreal Engine 5 (2023/02-)

A prototype UE5 project for generating synthetic instance segmentation dataset.


Synthetic data generation demo with Unity Perception (2022/11-12)

A simple Unity Perception project to generate images of defected metal parts. Did this project as a PoC for one of my clients.


People tracking at indoor scenes @ Araya, Inc. (2022)

Delivered proof of concept (PoC) results to a client regarding vehicle and person tracking for indoor scenes. Developed object tracking models, video processing and model training pipelines.


Semantic segmentation for arc welding robots @ Araya, Inc. (2021-2022)

Delivered semantic segmentation models and relevant image processing Python APIs for arc welding robot manipulation. The final prototype robot using our model achieved automatic line tracking capability while performing arc welding in real time.


Binary action recognition of pedestrians @ Perceptive Automata, Inc. (2020)

Delivered an action recognition model which was used for internal video analysis. We used a recurrent-convolutional network to predict whether the pedestrian in a given ROI is standing or walking.