Hi, thanks for your great work and for sharing the code!
In the paper, you mention:
"we first introduce a set of learnable queries 饾憚 to extract neighborhood-aware features from each modality."
However, while reading the inference code (modeling_earthmind_chat.py), I noticed that the local_query variable seems to be defined but not explicitly used during inference.
Could you please clarify whether local_query is supposed to play a role during inference? Or is it only used during training ?
Thanks in advance for your time!
Hi, thanks for your great work and for sharing the code!
In the paper, you mention:
However, while reading the inference code (modeling_earthmind_chat.py), I noticed that the local_query variable seems to be defined but not explicitly used during inference.
Could you please clarify whether local_query is supposed to play a role during inference? Or is it only used during training ?
Thanks in advance for your time!