szdl

Results 3 comments of szdl

solve it by the following code ``` #mde_array = zoe.infer_pil(rgb_pil, output_type="numpy")*1000 mde_array = zoe.infer_pil(rgb_pil, pad_input=False, output_type="numpy")*1000 ``` the parameter **pad_input** may make a confusing image with padded border in NYUv2,...

did you solve this problem? I also meet the similar problem with the batch_size of 1.