projects:plate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:plate [2022/05/11 08:05] – old revision restored (2022/02/17 12:20) 216.244.66.228projects: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
 </code> </code>
 +<code> 
 +├── Images (input) 
 +│   ├── 001 
 +│   │   ├── 20180319_113309.JPEG 
 +│   └── targa 
 +├── Labels (output) 
 +│   ├── 001 
 +│   │   ├── 20180319_113309.txt 
 +│   └── output 
 +│       ├── 20180319_113309.txt 
 +</code>
 ====== Darknet ====== ====== Darknet ======
 <code> <code>
Line 189: Line 199:
  
 <file obj.names> <file obj.names>
 +*CLASS NAME*
 </file> </file>
 +
 +Copy yolov2-tiny.cfg and change [region]:classes to 
 +classes = *NUMBER CLASSES*
 +filters = (*NUMBER CLASSES* +5)*5
 +
  
  
-<code> 
-├── Images (input) 
-│   ├── 001 
-│   │   ├── 20180319_113309.JPEG 
-│   └── targa 
-├── Labels (output) 
-│   ├── 001 
-│   │   ├── 20180319_113309.txt 
-│   └── output 
-│       ├── 20180319_113309.txt 
-</code> 
  • projects/plate.1652249100.txt.gz
  • Last modified: 2022/05/11 08:05
  • by 216.244.66.228