AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
1.96k stars 289 forks source link

Add generalized MultiModal data-loader ABC #755

Open isaacmg opened 1 month ago

isaacmg commented 1 month ago

We need a multi-modal data-loader that can load both time series data and recurring image data from the cloud. Moreover we need a data-loader that can work with CrossVIVIT and other TS/Image models.