Browse Source

it's k, not m

bkerbl 2 years ago
parent
commit
29053b7cb0
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README.md
  2. 1 1
      utils/camera_utils.py

File diff suppressed because it is too large
+ 2 - 2
README.md


+ 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.6Mpix), rescaling to 1.6Mpix. "
+                    print("[ INFO ] Encountered quite large input images (>1.6K pixels width), rescaling to 1.6K. "
                         "If this is not desired, please explicitly specify '--resolution/-r' as 1")
                     WARNED = True
                 global_down = orig_w / 1600