CIA-Oceanix / TrAISformer

Pytorch implementation of TrAISformer---A generative transformer for AIS trajectory prediction (https://arxiv.org/abs/2109.03958).
Other
108 stars 37 forks source link

how to make datasets #6

Closed cxl-ustb closed 1 year ago

cxl-ustb commented 2 years ago

Hello,can you tell me how you make these pickle file about the trajectory?

dnguyengithub commented 1 year ago

Hello, you can follow the description in Section IV.A to preprocess your data. The template of the format is in the pickle files. Good luck!