mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Update Readme.md
This commit is contained in:
@ -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\`
|
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: `<object-class> <x> <y> <width> <height>`
|
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: `<object-class> <x> <y> <width> <height>`
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
* `<object-class>` - integer number of object from `0` to `(classes-1)`
|
* `<object-class>` - integer number of object from `0` to `(classes-1)`
|
||||||
|
Reference in New Issue
Block a user