8 lines
115 B
Bash
Executable File
8 lines
115 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
rm -rf pos.vec
|
|
|
|
opencv_createsamples -info pos.txt -vec pos.vec -num 100 -w 20 -h 20
|