MagicBrush icon indicating copy to clipboard operation
MagicBrush copied to clipboard

[NeurIPS'23] "MagicBrush: A Manually Annotated Dataset for Instruction-Guided Image Editing".

Results 2 MagicBrush issues
Sort by recently updated
recently updated
newest added

Thank you for your great work! I have a question on the training. I found that you fine-tuned the instructpix2pix with the magicbrush dataset. Did you also tryfine-tuning the pre-trained...

Hi Kai, I just found a small bug in `image_eval.py` line 144 (https://github.com/OSU-NLP-Group/MagicBrush/blob/7fea960a2a98542b9721fb07a5ef8dab3c0a01cc/evaluation/image_eval.py#L144). Can you change the line to: `gt_caption = list(caption_dict[gt_img_name].items())[1][1] ` Right now it throws an error because...