Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:plate [2022/05/09 18:59] – old revision restored (2022/02/16 20:05) 216.244.66.228 | projects:plate [2022/06/20 14:19] (current) – old revision restored (2022/03/12 21:34) 154.54.249.201 | ||
---|---|---|---|
Line 192: | Line 192: | ||
<file obj.data> | <file obj.data> | ||
classes= *NUMBER CLASSES* | classes= *NUMBER CLASSES* | ||
- | train = *TRAIN DIRECTORY* | + | train = *TRAIN DIRECTORY+ |
valid = *TEST DIRECTORY* | valid = *TEST DIRECTORY* | ||
names = obj.names | names = obj.names | ||
Line 204: | Line 204: | ||
Copy yolov2-tiny.cfg and change [region]: | Copy yolov2-tiny.cfg and change [region]: | ||
classes = *NUMBER CLASSES* | classes = *NUMBER CLASSES* | ||
- | Change the last convolutional | + | filters |
- | Move all txt files from Label/001 to Image/001 | ||
- | Go to darknet folder and start train | ||
- | |||
- | < | ||
- | ./darknet detector train cfg/ | ||
- | </ |