From da6cdce1f3ce7672fba61f631810def6b95ceb8e Mon Sep 17 00:00:00 2001 From: Npsking Date: Sun, 1 Aug 2021 18:59:45 +0530 Subject: [PATCH] files line corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cfb986..547bd0c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install -r requirements-gpu.txt ### Step - 1 : (Setup "core/config.py file") * Modify path of .names file (line 14) * Modify number of classes (line 15) -* Modify path of train.txt file (line 29) +* Modify path of train.txt file (line 30) * Modify other parametrs like batch size, learning rate,etc according to your requirements (Optional) Use following code to create train.txt file. First need to copy all annotations file and image to 'data/dataset' and then run following code.