Skip to content

Commit 36ba3de

Browse files
authored
Update uncalibrated_rec.py
1 parent 9cbb36f commit 36ba3de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uncalibrated_rec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ def main(input_file,show):
468468
parser = argparse.ArgumentParser(description='3D Reconstruction from uncalibrated images')
469469
parser.add_argument('--input_file', metavar='path', required=True, help='Input file containing image point correspondences')
470470
parser.add_argument('--show', required=False, action="store_true",help="Display the image sequence with the 2D features")
471-
#parser.add_argument('--no-show', dest='show', action='store_false')
472471
args = parser.parse_args()
473472
main(input_file=args.input_file,show=args.show)
474473

0 commit comments

Comments
 (0)