Open yuniw18 opened 4 years ago
Hi @yuniw18,
In our paper, we trained on the KITTI dataset, then evaluated on the CARLA dataset. This was the one main point of the paper: how to transfer trained weights from one dataset to another in the scenario where we don’t have enough information to train on the destination dataset.
The math for conversion between rectilinear & equirectangular is in our paper, however I can provide you with some Python code if you would like.
Thank you for a quick reply. I misunderstood training datasets of your paper. Sorry for that.
And if you can give some python code, it will be very helpful!! Thank you
Hi @yuniw18,
In our paper, we trained on the KITTI dataset, then evaluated on the CARLA dataset. This was the one main point of the paper: how to transfer trained weights from one dataset to another in the scenario where we don’t have enough information to train on the destination dataset.
The math for conversion between rectilinear & equirectangular is in our paper, however I can provide you with some Python code if you would like.
Hi, I'm a new researcher trying to understand your great work! Shall I get some code for dataset transformation too? it would be very helpful! =)
Hi. I have questions about datasets used for training. In your paper, the best performance was achieved by using CARLA & Mapillary datasets. However, CARLA datasets which you uploaded, do not have stereo pair images. How the training proceeds using those datasets??
Also, I wonder how the rectilinear images were transformed to equi rectangular images. Any codes or reference links will be helpful. Thank you.