We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e02b8 commit 2cfb0acCopy full SHA for 2cfb0ac
modules/saliency/samples/DeepGaze1Sample.cpp
@@ -29,7 +29,7 @@ int main(int argc, char* argv[])
29
"{ img_path | | path to folder with img }"
30
"{ fix_path | | path to folder with fixation img for compute AUC }"
31
"{ model_path |bvlc_alexnet.caffemodel | path to your caffe model }"
32
- "{ proto_path |deploy.prototxt | path to your deep net caffe prototxt }"
+ "{ proto_path |deploy.prototxt | path to your deep net caffe prototxt }"
33
"{ dataset_path d |./ | path to Dataset for training }";
34
35
CommandLineParser parser(argc, argv, keys);
0 commit comments