Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86ee3db

Browse files
authored
Update test_iter.py
1 parent 8ab2043 commit 86ee3db

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

models/testing/test_iter.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@ def check_image_lists(lists):
7070
print('Caffe tool binaries not found. Did you compile caffe with tools (make all tools)?')
7171
sys.exit(1)
7272

73-
if len(sys.argv)-1 != 3:
74-
print("Use this tool to test FlowNet on images\n"
75-
"Usage for single image pair:\n"
76-
" ./demo_flownets.py IMAGE1 IMAGE2 OUTPUT_FOLDER\n"
77-
"\n"
78-
"Usage for a pair of image lists (must end with .txt):\n"
79-
" ./demo_flownets.py LIST1.TXT LIST2.TXT OUTPUT_FOLDER\n")
80-
sys.exit(1)
81-
8273
img_files = sys.argv[1:]
8374
print("Image files: " + str(img_files))
8475

0 commit comments

Comments
 (0)