정준섭(Joonsup Jeong)
정준섭(Joonsup Jeong)
Yolo-digit-detector
Implemented digit detector in natural scene using resnet50 and Yolo-v2. I used SVHN as the training set, and implemented it using tensorflow and keras.
SVHN-deep-digit-detector
Deep-digit-detector (and recognizer) in natural scene. A digit detection framework was implemented using keras with tensorflow backend.
tf2-eager-yolo3
Yolo-v3 model was implemented with tf2 eager style. I also implemented the eager model's training function and applied it to other datasets (digit detector, vehicle detector).
Kitti-road-semantic-segmentation
Implementation of semantic segmentation of FCN structure using kitti road dataset. I used a tensorflow and implemented a segmentation algorithm with a mean-iou score of 0.944.
retinanet-digit-detector
Implemented digit detector in natural scene. I used SVHN as the training set, and implemented it using keras-retinanet.
svhn-voc-annotation-format
This project provides the svhn dataset in PASCAL VOC Annotation Format and simple viewer tool to confirm annotation.
Vehicle-Detection
I implemented Vehicle Detection and Tracking algorithm using HOG, SVM, and Kalman filter. This is Udacity Self-Driving CarND Term 1 Project 5: Video for vehicle detection and tracking.
Weakly-Supervised-Text-Detection
I implemented a detection algorithm with a classification data set that does not have annotation information for the bounding box. Based on resnet50 network, I implemented text detector using class ac...