updated readme

This commit is contained in:
bkerbl 2023-07-09 17:39:01 +02:00
parent d190e19d77
commit 5776ed5e4e

View File

@ -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