mbzuai-oryx / GeoChat

[CVPR 2024 🔥] GeoChat, the first grounded Large Vision Language Model for Remote Sensing
https://mbzuai-oryx.github.io/GeoChat
356 stars 23 forks source link

get_chunk method in batch_geochat_scene.py seems to be undefined #33

Open muazkashif opened 3 months ago

muazkashif commented 3 months ago

Traceback (most recent call last): File "/content/GeoChat/geochat/eval/batch_geochat_scene.py", line 139, in eval_model(args) File "/content/GeoChat/geochat/eval/batch_geochat_scene.py", line 49, in eval_model questions = get_chunk(questions, args.num_chunks, args.chunk_idx) NameError: name 'get_chunk' is not defined

Hoteryoung commented 3 months ago

You can copy the get_chunk() and split_list() funcs from other evalution .py files.