NiFangBaAGe / CoordFill

[AAAI 2023] CoordFill: Efficient High-Resolution Image Inpainting via Parameterized Coordinate Querying
BSD 3-Clause "New" or "Revised" License
83 stars 7 forks source link

How to get hole coordinates #14

Open xianrui-luo opened 7 months ago

xianrui-luo commented 7 months ago

Hi, in the paper the high res PixelQueryNet only queries the hole pixel, but in the code, the function "_get_coords" get all the coordinates of the image. I wonder where is the part that shows only the hole region is queried?