정준섭(Joonsup Jeong)

Results 9 repositories owned by 정준섭(Joonsup Jeong)

Yolo-digit-detector

275
Stars
115
Forks
Watchers

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

186
Stars
84
Forks
Watchers

Deep-digit-detector (and recognizer) in natural scene. A digit detection framework was implemented using keras with tensorflow backend.

tf2-eager-yolo3

76
Stars
37
Forks
Watchers

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).

Keras-CartoonGan

19
Stars
5
Forks
Watchers

Keras implementation of CartoonGAN (CVPR 2018)

Kitti-road-semantic-segmentation

26
Stars
13
Forks
Watchers

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

24
Stars
8
Forks
Watchers

Implemented digit detector in natural scene. I used SVHN as the training set, and implemented it using keras-retinanet.

svhn-voc-annotation-format

34
Stars
13
Forks
Watchers

This project provides the svhn dataset in PASCAL VOC Annotation Format and simple viewer tool to confirm annotation.

Vehicle-Detection

17
Stars
8
Forks
Watchers

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

32
Stars
12
Forks
Watchers

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...