Hzzone / Precipitation-Nowcasting

pytorch implemention of trajGRU.
547 stars 171 forks source link

format of hko dataset #5

Closed Melika-Ayoughi closed 5 years ago

Melika-Ayoughi commented 5 years ago

hey! first of all thanks for your implementation. what is the format of the hko dataset? I need to use your implementation for my data (sequence of images but in 11 channels) and want to predict the next sequence of frames. Is it possible with this implementation?

Hzzone commented 5 years ago

You should implement your own dataloader like nowcasting/hko/dataloader.py#L183.