From a6d8088468a28455bde5747d7df2a93ebbdfa9b7 Mon Sep 17 00:00:00 2001 From: Kittisak <34341154+dnjooiopa@users.noreply.github.com> Date: Wed, 12 Feb 2020 10:00:28 +0700 Subject: [PATCH] fixed mistake spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c6845..8bf9be2 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ Output text file. ### Motivation -I used [Darknet](https://github.com/pjreddie/darknet) for real-time object detection and classification. Sometimes you need to collect your own trainig dataset for train your model. I collected training dataset images and fine awesome [tool](https://github.com/tzutalin/labelImg) for labeling images. But it generates xml files. So I needed to implement tool which translates from ImageNet xml format to Darknet text format. +I used [Darknet](https://github.com/pjreddie/darknet) for real-time object detection and classification. Sometimes you need to collect your own training dataset for train your model. I collected training dataset images and fine awesome [tool](https://github.com/tzutalin/labelImg) for labeling images. But it generates xml files. So I needed to implement tool which translates from ImageNet xml format to Darknet text format.