You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to train your Net on my own dataset, with size of images about 1937x800. But if I'm doing that, I have a problem in Tensor size. What should I change to work on diffrent size of images?
On Kitti dataset everything is ok.
The text was updated successfully, but these errors were encountered:
The size of images should be divisible by 32. You could use fuctions like scale_mvs_input to change the size of images and also the intrisic parameters of your cameras.
Hi,
I want to train your Net on my own dataset, with size of images about 1937x800. But if I'm doing that, I have a problem in Tensor size. What should I change to work on diffrent size of images?
On Kitti dataset everything is ok.
The text was updated successfully, but these errors were encountered: