Thanks to visit codestin.com Credit goes to github.com
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 8ab2043 commit 86ee3dbCopy full SHA for 86ee3db
models/testing/test_iter.py
@@ -70,15 +70,6 @@ def check_image_lists(lists):
70
print('Caffe tool binaries not found. Did you compile caffe with tools (make all tools)?')
71
sys.exit(1)
72
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
-
82
img_files = sys.argv[1:]
83
print("Image files: " + str(img_files))
84
0 commit comments