How can i use image data with sequential data for deep learning?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
this is Bird-eye-view image.
I want to use this image with Target vehicle's histories that may be [x y velocity heading_angle] for forecasting vehicle's trajectory.
Is it possible to these data for deep learning? if u know how to do, please let me know.
thanks
0 commentaires
Réponses (1)
Shreeya
le 13 Jan 2024
LSTMs and GANs are usually employed for short/long term vehicle trajectory prediction. The bird's eye view data can help the model understand the future trajectory based on interaction with infrastructure or other vehicles.
The research paper linked down below details the usage of U-nets for an image to image regression for generating future visuals.
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!