NJU-LHRS / LHRS-Bot

VGI-Enhanced multimodal large language model for remote sensing images.
Apache License 2.0
81 stars 7 forks source link

data target #8

Open kartikey9254 opened 4 months ago

kartikey9254 commented 4 months ago

--data-target ${ParsedLabelJsonPath} # is not stable. do i have to change this in order to run and also is it possible to run your vqa model on colab .

pUmpKin-Co commented 4 months ago

Thanks for your interest!

  1. Yes. You need to adjust the --data-target for conducting evaluation. And the evaluation grondtruth we used is in json format (Actually, we parse the original label into jason format for better evaluation).
  2. I think it is possible for running on colab, and we will try to implement this. We will do our best to implement this feature, but the timing may be uncertain. We also welcome third party implementations.