Files
004_comission/vinniesniper-54816/task1/_lab/021-opencv-cascade-tracker/run.sh
louiscklaw 066315e14e update,
2025-02-01 00:54:52 +08:00

13 lines
235 B
Bash

#!/usr/bin/env bash
set -ex
opencv_createsamples \
-img ./positive_images/img1.png\
-bg ./negatives.txt \
-info ./annotations/annotations.lst\
-pngoutput \
-maxxangle 0.1 \
-maxyangle 0.1 \
-maxzangle 0.1