Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

About training dataset & dataset transformation #6

Open
yuniw18 opened this issue Jun 10, 2020 · 3 comments
Open

About training dataset & dataset transformation #6

yuniw18 opened this issue Jun 10, 2020 · 3 comments

Comments

@yuniw18
Copy link

yuniw18 commented Jun 10, 2020

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.

@gdlg
Copy link
Owner

gdlg commented Jun 10, 2020

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.

@yuniw18
Copy link
Author

yuniw18 commented Jun 10, 2020

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

@MasterHow
Copy link

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!
=)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants