Skip to content

Commit e458bfd

Browse files
committed
update readme
1 parent 67b1fcc commit e458bfd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://vectorspacelab.github.io/EditScore"><img src="https://img.shields.io/badge/Project%20Page-EditScore-yellow" alt="project page"></a>
7-
<a href="https://arxiv.org/abs/2506.18871"><img src="https://img.shields.io/badge/arXiv%20paper-2506.18871-b31b1b.svg" alt="arxiv"></a>
7+
<a href="https://arxiv.org/abs/2509.23909"><img src="https://img.shields.io/badge/arXiv%20paper-2509.23909-b31b1b.svg" alt="arxiv"></a>
88
<a href="https://huggingface.co/collections/EditScore/editscore-68d8e27ee676981221db3cfe"><img src="https://img.shields.io/badge/EditScore-🤗-yellow" alt="model"></a>
99
<a href="https://huggingface.co/datasets/EditScore/EditReward-Bench"><img src="https://img.shields.io/badge/EditReward--Bench-🤗-yellow" alt="dataset"></a>
1010
</p>
@@ -152,7 +152,7 @@ If you find this repository or our work useful, please consider giving a star
152152
@article{luo2025editscore,
153153
title={EditScore: Unlocking Online RL for Image Editing via High-Fidelity Reward Modeling},
154154
author={Xin Luo and Jiahao Wang and Chenyuan Wu and Shitao Xiao and Xiyan Jiang and Defu Lian and Jiajun Zhang and Dong Liu and Zheng Liu},
155-
journal={arXiv preprint arXiv:},
155+
journal={arXiv preprint arXiv:2509.23909},
156156
year={2025}
157157
}
158158
```

evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def main(args):
238238
data["score"] = [score1, score2]
239239

240240
input_image_path = os.path.join(args.result_dir, "images", f"{key1}_input.png")
241-
output_image_path1 = os.path.join(args.result_dir, "images", f"{key1}")
241+
output_image_path1 = os.path.join(args.result_dir, "images", f"{key1}.png")
242242
output_image_path2 = os.path.join(args.result_dir, "images", f"{key2}.png")
243243

244244
os.makedirs(os.path.dirname(input_image_path), exist_ok=True)

0 commit comments

Comments
 (0)