diff --git a/README.md b/README.md index 41586271..3fd4d10c 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ https://groups.google.com/d/msg/darknet/NbJqonJBTSY/Te5PfIpuCAAJ 4. Put image-files (.jpg) of your objects in the directory `build\darknet\x64\data\obj\` -5. Create `.txt`-file for each `.jpg`-image-file - with the same name, but with `.txt`-extension, and put to file: object number and object coordinates on this image, for each object in new line: ` ` +5. Create `.txt`-file for each `.jpg`-image-file - in the same directory and with the same name, but with `.txt`-extension, and put to file: object number and object coordinates on this image, for each object in new line: ` ` Where: * `` - integer number of object from `0` to `(classes-1)`