Leezekun / ViTST

[NeurIPS 2023] The official repo for the paper: "Time Series as Images: Vision Transformer for Irregularly Sampled Time Series"."
https://arxiv.org/abs/2303.12799
111 stars 8 forks source link

A code error for translating static features to text features #11

Closed YunwonTae closed 5 months ago

YunwonTae commented 8 months ago

Shouldn't the below line of the code be "desc.append(f"{static_demogr[2]} cm")" instead of "desc.append(f"{static_demogr[0]} cm")"?

https://github.com/Leezekun/ViTST/blob/7774e593754e8ace77e7f1e14097f3d2705c6303/dataset/P12data/process_scripts/ConstructImage.py#L115-L116