Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Is it possible to use custom data with this code ? #3

Open
PHOENIXFURY007 opened this issue May 29, 2024 · 1 comment
Open

Is it possible to use custom data with this code ? #3

PHOENIXFURY007 opened this issue May 29, 2024 · 1 comment

Comments

@PHOENIXFURY007
Copy link

If so , can you tell how , given that I use a 360 degree video as a data input ?

@tgieruc
Copy link

tgieruc commented Jun 6, 2024

I believe the easiest way to use 360 degree images as data input would be to transform them into several (six would make it easiest but the number of input images can be changed) flat images, by following a preprocessing such as this.

Take a look at the Carla Dataset Class to see which format is expected.

Transforming the 360 image into several images allows them to go through the feature extraction network without having to retrain the whole ResNet + FPN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants