复现monodepth2过程中碰到的错误5:ValueError: Object arrays cannot be loaded when allow_pickle=False
评估训练出来的模型的时候碰到的错误:ValueError:Objectarrayscannotbeloadedwhenallow_pickle=False解决方法:把:gt_depths=np.load(gt_path,fix_imports=True,encoding='latin1')["data"]改成:gt_depths=np.load(gt_path,fix_imports=True,e