MCGallaspy / cascade-trainer

A set of scripts for creating a Haar cascade object detector using OpenCV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a problem

PapaMadeleine2022 opened this issue · comments

hello, I like this work. But it seems to have a problem. Should we add a line of code:
cmd=' '.join(cmd) after this place?

I don't think so. According to the subprocess docs:

args is required for all calls and should be a string, or a sequence of program arguments. Providing a sequence of arguments is generally preferred, as it allows the module to take care of any required escaping and quoting of arguments (e.g. to permit spaces in file names).

@MCGallaspy I use ubuntu. I add it and it works