13 lines
145 B
Bash
Executable File
13 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
rm -rf pos.vec
|
|
|
|
opencv_createsamples \
|
|
-info pos.txt \
|
|
-vec pos.vec \
|
|
-num 400 \
|
|
-w 24 \
|
|
-h 24
|