update comments

This commit is contained in:
Kai Zhang 2020-11-17 10:49:50 -05:00 committed by GitHub
parent eb7b2d53bc
commit 644934fe62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,8 @@ def main(img_dir, out_dir, run_mvs=False):
if __name__ == '__main__': if __name__ == '__main__':
### note: this script is intended for the case where all images are taken by the same camera, i.e., intrinisics are shared.
img_dir = '' img_dir = ''
out_dir = '' out_dir = ''
run_mvs = False run_mvs = False