pseudo_lidar icon indicating copy to clipboard operation
pseudo_lidar copied to clipboard

Disparity map

Open RohDonghyeon opened this issue 4 years ago • 7 comments

Disparity does not seem to be performing well. Despite using the finetune_300 provided, it does not give good performance disparity. what's wrong? Screenshot from 2020-03-06 15-56-08

RohDonghyeon avatar Mar 06 '20 06:03 RohDonghyeon

Hi, which python and torchvision are you using?

mileyan avatar Mar 11 '20 06:03 mileyan

Same here, I'm using torch 1.0.0

Yin-Shane-Xia avatar Mar 15 '20 06:03 Yin-Shane-Xia

Hi, This psmnet only works with torchvision 0.2. I suggest you install pytorch 0.4 and torchvision 0.2.

mileyan avatar Mar 23 '20 20:03 mileyan

Disparity does not seem to be performing well. Despite using the finetune_300 provided, it does not give good performance disparity. what's wrong? Screenshot from 2020-03-06 15-56-08

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?

lilingge avatar Jun 29 '20 12:06 lilingge

Same! Anybody solve this problem ?

fangchengji avatar Mar 22 '21 09:03 fangchengji

I solve this problem by using another PSMNet repo, which supports pytorch 1.6. https://github.com/JiaRenChang/PSMNet

fangchengji avatar Mar 23 '21 01:03 fangchengji

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.

super-fsy avatar Jun 29 '23 13:06 super-fsy