sled-group / InfEdit

[CVPR 2024] Official implementation of CVPR 2024 paper: "Inversion-Free Image Editing with Natural Language"
https://sled-group.github.io/InfEdit/
Other
269 stars 8 forks source link

test the metrics and a lot of nan values appear #25

Closed 1320396502 closed 3 months ago

1320396502 commented 4 months ago

What to do with a lot of NAN values when re-testing metrics, I'd like to ask the author how handled it,Thanks a lot! hhhhh

h6kplus commented 4 months ago

These NAN values are caused by the PIE-BECH, since for some images the editing needs to be applied to the entire image so there is not "unedited part" to calculate the metrics. This is a normal behavior and you can just calculate the average for the whole dataset. Thanks!