pseudo_lidar
pseudo_lidar copied to clipboard
Disparity map
Disparity does not seem to be performing well.
Despite using the finetune_300 provided, it does not give good performance disparity.
what's wrong?
Hi, which python and torchvision are you using?
Same here, I'm using torch 1.0.0
Hi, This psmnet only works with torchvision 0.2. I suggest you install pytorch 0.4 and torchvision 0.2.
Disparity does not seem to be performing well. Despite using the finetune_300 provided, it does not give good performance disparity. what's wrong?
Hi, same problem, I'm using torch 0.4.1 and torch1.0.0(torchvision 0.2.1), however it doesn't make any difference. Do you solve it?
Same! Anybody solve this problem ?
I solve this problem by using another PSMNet repo, which supports pytorch 1.6. https://github.com/JiaRenChang/PSMNet
I solve this problem by using another PSMNet repo, which supports pytorch 1.6. https://github.com/JiaRenChang/PSMNet
Same! I solve this problem by using the PSMNet repo,and I found you can replace the main() function of submission.py with the main() function of submission.py in PSMNet. it's work.