Electra Green

Results 2 comments of Electra Green

@maria8899 @r0456230 could you please tell me how to solve `depth_mean.npy` missing problem? I tried the code below, but I'm not sure if it's correct ```python depth_mean = np.mean([depth!=0]) depth[depth!=0]...

> @YoungGer you need to compute a mean image (per pixel) using all training images (or just a few to get an approximation) of the Cityscapes's disparity dataset. I know,...