Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerbl committed Jul 9, 2023
1 parent d190e19 commit 5776ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/camera_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def loadCam(args, id, cam_info, resolution_scale):
if orig_w > 1600:
global WARNED
if not WARNED:
print("[ INFO ] Encountered quite large input images (>1.6K pixels width), rescaling to 1.6K. "
print("[ INFO ] Encountered quite large input images (>1.6K pixels width), rescaling to 1.6K.\n "
"If this is not desired, please explicitly specify '--resolution/-r' as 1")
WARNED = True
global_down = orig_w / 1600
Expand Down

0 comments on commit 5776ed5

Please sign in to comment.