Hello World,
Meet Seth Howells

A passionate Data Science graduate student interested in all things AI, Machine Learning, & Computer Vision Intelligence.
Work Experience: 3 years - supply chain management; 2 years - automating financial analysis.
Lewis Univsity: 3.93 GPA Masters Data Science - MSDS (graduating August 2022)

This is my
Data Science Portfolio

"The claim that nature can only be understood through computation articulates data science as an attempt to access the hidden mathematical substructures of reality." -Jake Goldenfein

Pixel-to-Voxel:
Image to Point Cloud

Creating point cloud from calibrated single-view monoculuar 2D-image by using MiDaS depth map and configuring Q-matrix from intrinsic camera parameter K-matrix. Rendered in CloudCompare for virtual-camera trajectory

Working with
MediaPipe

Google's MediaPipe used to extract human pose landmarks. By far the most fun framework, yet has limitations. Tensorflow Movenet was used in other projects for multiple human landmark detections and estimations.

Basic
Motion Tracking

Monocular motion tracking of all objects that move. Basic approach: compare previous frame's contours with current frame's contours and display the difference with bounding box.

Computer Vision
Basic Processing

Some basic computer vision tasks including: color segmentation, edge detection, contour detection, thresholding, etc. Sliding scale Canny used above. OpenCV was heavily used in these projects as well as other projects.