Junsheng Fu

Results 12 repositories owned by Junsheng Fu

driving-lane-departure-warning

213
Stars
102
Forks
Watchers

Built a real-time lane departure warning system with a monocular camera, using OpenCV.

tracking-with-Unscented-Kalman-Filter

155
Stars
53
Forks
Watchers

Object (e.g Pedestrian, biker, vehicles) tracking by Unscented Kalman Filter (UKF), with fused data from both lidar and radar sensors.

vehicle-detection

628
Stars
243
Forks
Watchers

Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).

tracking-with-Extended-Kalman-Filter

717
Stars
257
Forks
Watchers

Object (e.g Pedestrian, vehicles) tracking by Extended Kalman Filter (EKF), with fused data from both lidar and radar sensors.

Model-Predictive-Control

155
Stars
50
Forks
Watchers

This project is to use Model Predictive Control (MPC) to drive a car in a game simulator. The server provides reference waypoints (yellow line in the demo video) via websocket, and we use MPC to compu...

camera-pose-estimation

28
Stars
9
Forks
Watchers

Given a map data (image + lidar), estimate the 6 DoF camera pose of the query image.

kidnapped-vehicle

19
Stars
14
Forks
Watchers

Implemented a C++ particle filter for real-time vehicle localization with only current visual observations and a map.

path_planning

21
Stars
13
Forks
Watchers

Implement a simple real-time path planner in C++ to navigate a car around a simulated highway scenario

PID-controller

56
Stars
26
Forks
Watchers

Use a PID controller to control the steering angle and throttle for driving a car in a car game simulator.