Kan-Hua Lee
RSS FeedNotes on machine learning, computer vision, numerical modeling, and physics, along with write-ups from my software projects.
Recent Posts
-
My experiment on porting Python to Mojo: supercharging a Physics Simulation
Mojo promises Python's ease of use with C-like performance. But what does it take to port a real Python project? I converted a hard-sphere collision simulation…
-
My selected highlights of CVPR 2024
I got a chance to attend CVPR 2024 (remotely). I posted my version of highlights on my Medium.
-
Ray Tracing Simulation: A Tutorial
Modeling light as rays is widely used in computer graphics and lens design. I encountered this problem when I tried to do some optical design but had no access…
-
3D object detection with Lyft self-driving car data
This is my attempt of a past Kaggle competition Lyft 3D Object Detection for Autonomous Vehicles, using the concept of frustum-pointnet to solve this past…