Skip to content

Commit 2cfb0ac

Browse files
committed
fix indentation tab
1 parent e3e02b8 commit 2cfb0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/saliency/samples/DeepGaze1Sample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int main(int argc, char* argv[])
2929
"{ img_path | | path to folder with img }"
3030
"{ fix_path | | path to folder with fixation img for compute AUC }"
3131
"{ model_path |bvlc_alexnet.caffemodel | path to your caffe model }"
32-
"{ proto_path |deploy.prototxt | path to your deep net caffe prototxt }"
32+
"{ proto_path |deploy.prototxt | path to your deep net caffe prototxt }"
3333
"{ dataset_path d |./ | path to Dataset for training }";
3434

3535
CommandLineParser parser(argc, argv, keys);

0 commit comments

Comments
 (0)