From 7e9e289b164e9bbfb77f644b1cbfac48bc8c8408 Mon Sep 17 00:00:00 2001 From: Edmond Yoo <hj3yoo@uwaterloo.ca> Date: Tue, 11 Sep 2018 00:51:08 +0000 Subject: [PATCH] training w/ full yolo cfg --- README.md | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c38786..1bb7a93 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The second and third problems should easily be solved by further augmenting the dataset with random lighting and image skew. I'll have to think more about the first problem, though. -## Day 1 +## Sept 7th, 2018 ----------------------- Added several image augmentation techniques to apply to the training set: noise, dropout, light variation, and glaring: @@ -45,6 +45,16 @@ <img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_detection_result_1.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_decision_result_2.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_decision_result_3.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_decision_result_4.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_decision_result_5.jpg" width="360"> <img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_decision_result_6.jpg" width="360"> -<img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_learning_curve.jpg" width="360"> +<img src="https://github.com/hj3yoo/darknet/blob/master/figures/1_learning_curve.jpg" width="640"> The video demo can be found here: https://www.youtube.com/watch?v=kFE_k-mWo2A&feature=youtu.be + + +## Sept 10th, 2018 +----------------------- + +I've been training a new model with a full YOLOv3 configuration (previous one used Tiny YOLOv3), and it's been taking a lot more resources: + +<img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_learning_curve.jpg" width="640"> + +The author of darknet did mention that full network will take significantly more training effort, so I'll just have to wait. At this rate, it should reach 50k epoch in about a week :/ \ No newline at end of file -- Gitblit v1.10.0