Fantasy-Studio / Paint-by-Example

Paint by Example: Exemplar-based Image Editing with Diffusion Models
https://arxiv.org/abs/2211.13227
Other
1.03k stars 93 forks source link

The algorithm of cropping the square image in line 217 of the file open-images.py. #18

Closed Delicious-Bitter-Melon closed 1 year ago

Delicious-Bitter-Melon commented 1 year ago

Thanks for your excellent work.

For $W>H$, the algorithm will not crop the image if the box width is greater than or equal to the image height, and will crop the area around the box if the box width is less than the image height. Do I misunderstand this algorithm?

Fantasy-Studio commented 1 year ago

There is a "elif" in line 227. https://github.com/Fantasy-Studio/Paint-by-Example/blob/3d223b66cdee19cde04f9e9b83ff714d18752622/ldm/data/open-images.py#L227