lelimite4444
lelimite4444
I've ever got this error before when using PyTorch-1.1.0. I suggest you to run with PyTorch-1.0.0 and Python-3.7.
Hi. Sorry for confusing, because I lost my model weights which corresponds to the results on my paper when I was preparing the code. I trained it again, so there’s...
Thank you for asking. I trained 80 epochs on Monodepth model, but actually 40 epochs could show comparable results and it would take about 2 days. For PWC net, because...
I've just tried it and it works on CUDA10. There's an error you may meet: ModuleNotFoundError: No module named 'correlation_cuda' Solution: under models/networks/correlation_package, run ```shell python3 setup.py build python3 setup.py...
Yes, still PyTorch 1.0.0 and CUDA10. I have tested it for 2 epochs but no error occured. Maybe you could paste all the error message here or refer to https://github.com/mrharicot/monodepth...
As the input resolution of PWC-net is 832x256 and it would takes about 10GB. I just use the same batch size, but you can also try batch size of 3...
@zmlshiwo Actually, I trained on stereo and flow without 2warp modules as a pretrained model. Having this better initialization, adding 2warp may improve the performance. I've tried both 0.1 and...
I trained the pretrained model with 40 epochs, so the total is 120 epochs. But i think 40+40 is enough, maybe you can use tensorboard to check the how well...
Hi, We are preparing to do this, so there's no results on the website now.
Yes, they're typos. It should be left_est, not left_pyramid. Sorry for that, i'll update it as soon as possible.