Update tvl1_optical_flow.cpp
repair broken cmdline param for cpu/gpu mode
This commit is contained in:
parent
10787c68d0
commit
7ce6895a2c
@ -105,7 +105,7 @@ int main(int argc, const char* argv[])
|
|||||||
string fname1 = cmd.get<string>("r");
|
string fname1 = cmd.get<string>("r");
|
||||||
string vdofile = cmd.get<string>("v");
|
string vdofile = cmd.get<string>("v");
|
||||||
string outpath = cmd.get<string>("o");
|
string outpath = cmd.get<string>("o");
|
||||||
bool useCPU = cmd.get<bool>("s");
|
bool useCPU = cmd.get<bool>("m");
|
||||||
bool useCamera = cmd.get<bool>("c");
|
bool useCamera = cmd.get<bool>("c");
|
||||||
int inputName = cmd.get<int>("c");
|
int inputName = cmd.get<int>("c");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user