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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: