Tag: computer vision
All the articles with the tag "computer vision".
-
My selected highlights of CVPR 2024
I got a chance to attend CVPR 2024 (remotely). I posted my version of highlights on my Medium.
-
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…
-
Traffic light classification without (re-)training a DNN model
I did this project partly for Udacity's Self-Driving car degree and was lazy to train and retraing a DNN model. It ends up that this solution is not so lazy,…
-
Lane line detection
This is a project with Udacity's Self-Driving Car Nanodegree. The aim is to identify the lane lines on the road and get their curvatures, using an algorithmic…