You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The checkpoint file is "output/vg_large_uni/checkpoint_best.pth" in grounding_mplug_large.sh. Is it same with "mplug_large_v2.pth"? I evaluate refcoco and the accuracy is only 0.02. Could you provide the grounding model? Thanks in advance.
The checkpoint file is "output/vg_large_uni/checkpoint_best.pth" in grounding_mplug_large.sh. Is it same with "mplug_large_v2.pth"? I evaluate refcoco and the accuracy is only 0.02. Could you provide the grounding model? Thanks in advance.
# eval refcoco CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 --master_port=3222 --use_env grounding_mplug.py \ --config configs/grounding_mplug_large.yaml \ --dataset vg_unc \ --output_dir ./output/vg_large_unc \ --eval_checkpoint mplug_large_v2.pth \ --do_two_optim --evaluate
{'test_model:': 'mplug_large.pth', 'testA_set_accuracy': 0.020682340463143007}
The text was updated successfully, but these errors were encountered: