This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:plate [2022/05/11 08:05] – old revision restored (2022/02/17 12:20) 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 165: | Line 165: | ||
| python process.py | python process.py | ||
| </ | </ | ||
| + | < | ||
| + | ├── Images (input) | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | ├── Labels (output) | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | </ | ||
| ====== Darknet ====== | ====== Darknet ====== | ||
| < | < | ||
| Line 189: | Line 199: | ||
| <file obj.names> | <file obj.names> | ||
| + | *CLASS NAME* | ||
| </ | </ | ||
| + | |||
| + | Copy yolov2-tiny.cfg and change [region]: | ||
| + | classes = *NUMBER CLASSES* | ||
| + | filters = (*NUMBER CLASSES* +5)*5 | ||
| + | |||
| - | < | ||
| - | ├── Images (input) | ||
| - | │ ├── 001 | ||
| - | │ │ ├── 20180319_113309.JPEG | ||
| - | │ └── targa | ||
| - | ├── Labels (output) | ||
| - | │ ├── 001 | ||
| - | │ │ ├── 20180319_113309.txt | ||
| - | │ └── output | ||
| - | │ | ||
| - | </ | ||