Graft-PSMNet
Graft-PSMNet copied to clipboard
adaptor.load_state_dict(torch.load(args.load_path)['net']) should it be changed to adaptor.load_state_dict(torch.load(args.load_path)['fa_net']) ?
Have you conducted multiple experiments and have the results of different epochs been stable?
Hi,thank you very much for your great work,Whether to submit GraftNet to KITTI BenchMark? I didn't find it on KITTI BechMark(Stereo Evaluation 2012&2015) although I have run it.
Hi, can you tell me the coloring method in the paper? I usually use cv2.COLORMAP_JET. Thanks.
I test generalize ability of GwcNet on KITTI and Middlebury using the official pretrained model, the result is 12.5% on KITTI 2012, 12.4% on KITTI 2015. But in your paper,...
@SpadeLiu , I observed that you added the following codes in DisparityRegression compared with the original function in PSMNet. Can you explain the purpose? ########### disp = torch.arange(0, self.max_disp).view(1, -1,...
Hello, when i running the training with the follow command `python train_baseline.py` but i am getting the following error,would you provide any advice pls? `file ".../sceneflow_loader.py" ,line 38, in sf_loader...