MegaDepth icon indicating copy to clipboard operation
MegaDepth copied to clipboard

Why can't a high-resolution image get a depth map?

Open zxnnnn opened this issue 6 years ago • 0 comments

The following problems occur when inputting a high-resolution image: Traceback (most recent call last): File "demo.py", line 50, in test_simple(model) File "demo.py", line 26, in test_simple img = np.float32(io.imread(img_path))/255.0 TypeError: float() argument must be a string or a number

zxnnnn avatar Dec 07 '18 02:12 zxnnnn