Junjue-Wang / EarthVQA

[AAAI 2024] EarthVQA: Towards Queryable Earth via Relational Reasoning-Based Remote Sensing Visual Question Answering
64 stars 3 forks source link

eval error? #17

Open wgano opened 1 week ago

wgano commented 1 week ago

Snipaste_2024-09-05_22-40-55

Is there an error here? Previously, there was a dimension mismatch error when the index was 1 corresponding to dimensions [4, 2048, 32, 32]. I changed the index to 0 corresponding to dimensions [4, 8, 1024, 1024] and there were no errors

Junjue-Wang commented 1 week ago

The previous setting is used for feat generation. If you just want to train a segmenter, you are right.