瀏覽代碼

updated readme

bkerbl 2 年之前
父節點
當前提交
5776ed5e4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/camera_utils.py

+ 1 - 1
utils/camera_utils.py

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