Pinned Repositories
camera_calibration
mono and stereo camera calibration on Arducam 8MP Synchronized Stereo Camera Bundle Kit for Jetson Nano
Coursera_SDC_specialization
Coursera's Self-Driving Cars Specialization offered by University of Toronto
Custom-yolov4-tiny-model
Train a custom yolov4-tiny model and convert the .weight file to .tflite file
DeepLearningProject
Visualizing the object's motion with RAFT, estimating object's depth with DPT, and object detection with YOLOv4
multi-task-learning
Multi-Tasks (Semantic Segmentation + Depth Estimation) with Real-Time Light-Weight RefineNet
ROS_on_Raspberry_Pi
Working with ROS Noetic on Raspberry Pi 4 under the ubuntu 20.04 environment
SDCND-Model_Predictive_Control_Project
Build a MPC controller to control vehicle's steering angle and acceleration.
SDCND-Semantic_Segmentation
Build a Fully Convolutional Network to classify the pixels of road in a image
SegFormer-pytorch
Implementation of SegFormer in PyTorch
tkDNN
Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
hankkkwu's Repositories
hankkkwu/SegFormer-pytorch
Implementation of SegFormer in PyTorch
hankkkwu/multi-task-learning
Multi-Tasks (Semantic Segmentation + Depth Estimation) with Real-Time Light-Weight RefineNet
hankkkwu/ROS_on_Raspberry_Pi
Working with ROS Noetic on Raspberry Pi 4 under the ubuntu 20.04 environment
hankkkwu/SDCND-Model_Predictive_Control_Project
Build a MPC controller to control vehicle's steering angle and acceleration.
hankkkwu/DeepLearningProject
Visualizing the object's motion with RAFT, estimating object's depth with DPT, and object detection with YOLOv4
hankkkwu/camera_calibration
mono and stereo camera calibration on Arducam 8MP Synchronized Stereo Camera Bundle Kit for Jetson Nano
hankkkwu/Custom-yolov4-tiny-model
Train a custom yolov4-tiny model and convert the .weight file to .tflite file
hankkkwu/person_follower
A robot car that can follow people
hankkkwu/SDCND-P4-Behavioral_cloning
Implemented a Convolutional Neural Networks to clone driving behavior.
hankkkwu/SDCND-Semantic_Segmentation
Build a Fully Convolutional Network to classify the pixels of road in a image
hankkkwu/sensor_fusion
Apply early fusion and late fusion with camera and lidar
hankkkwu/Coursera_SDC_specialization
Coursera's Self-Driving Cars Specialization offered by University of Toronto
hankkkwu/tkDNN
Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
hankkkwu/DeepSORT_YOLOv3
Using DeepSort with YOLOv3 to perform multiple objects tracking
hankkkwu/FlowNetSimple
Build a FlowNetSimple algorithm with PyTorch, and output the optical flow
hankkkwu/Jetson_nano_robot_car
hankkkwu/Kalman_Filter
Using Kalman Filter to track a bicycle
hankkkwu/Line_Follower
A robot car that can follow the line to move
hankkkwu/multiple_object_tracking
Using YOLO3 to do object detection, then using Hungarian Algorithm to track objects
hankkkwu/opencv_contrib
Repository for OpenCV's extra modules
hankkkwu/Pytorch_Pruning_Finetuning
Using Pytorch to prune and fine-tune the model
hankkkwu/SDCND-Capstone_project
Programming a Self-Driving Car.
hankkkwu/SDCND-P1-LaneLines
Detect lane lines in videos using Python and OpenCV
hankkkwu/SDCND-P2-AdvancedLaneLines
A software pipeline to identify the lane boundaries in a video
hankkkwu/SDCND-P5-Extended_Kalman_Filters
Implemented Extended Kalman Filter to track a moving object.
hankkkwu/SDCND-P6-Kidnapped_Vehicle
Built a localizer to figure out where we are in a map.
hankkkwu/SDCND-P7-Path_Planning
Create a path planner that is able to navigate a car safely around a virtual highway
hankkkwu/SDCND-P8-PID_Control
Build a PID controller so the car can safely drive around the track.
hankkkwu/SDCND-Unscented_Kalman_Filter
Implemented Unscented Kalman Filter to track a moving object.
hankkkwu/SDCND-Vehicle_Detection
Build a SVM classifier to detect vehicles on the road.