All Git Users → JunshengFu

10 open source projects by JunshengFu

1. Driving Lane Departure Warning
Built a real-time lane departure warning system with a monocular camera, using OpenCV.
2. Tracking With Unscented Kalman Filter
Object (e.g Pedestrian, biker, vehicles) tracking by Unscented Kalman Filter (UKF), with fused data from both lidar and radar sensors.
✭ 83
3. Pid Controller
Use a PID controller to control the steering angle and throttle for driving a car in a car game simulator.
✭ 37
4. Traffic Light Detector
Detect traffic lights and classify the state of them, then give the commands "go" or "stop".
5. Vehicle Detection
Created vehicle detection pipeline with two approaches: (1) deep neural networks (YOLO framework) and (2) support vector machines ( OpenCV + HOG).
6. Tracking With Extended Kalman Filter
Object (e.g Pedestrian, vehicles) tracking by Extended Kalman Filter (EKF), with fused data from both lidar and radar sensors.
✭ 393
lidarradar
8. Model-Predictive-Control
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 compute steering and throttle commands to drive the car. The solution must be robust to 100ms latency, since it might encounter in real-world application.
9. kidnapped-vehicle
Implemented a C++ particle filter for real-time vehicle localization with only current visual observations and a map.
10. camera-pose-estimation
Given a map data (image + lidar), estimate the 6 DoF camera pose of the query image.
1-10 of 10 user projects