You can download the MIEBench from the following link: MIEBench
You can download the model weights from the following link: MIEScore
pip install -r requirements.txtpython inference.py \
--mode single \
--model_dir ./checkpoint \
--base_model_dir Qwen/Qwen3-VL-8B-Instruct \
--edited_image ./edited.png \
--source_images ./source1.png ./source2.png \
--instruction "Transfer the style of source image to the edited object"