SelfBlendedImages icon indicating copy to clipboard operation
SelfBlendedImages copied to clipboard

Save SelfBlendedImages

Open python-pop opened this issue 10 months ago • 1 comments

Hi, I run the sbi.py to save the img_r and img_f, but the images that are saved are all cropped images with a size of 256*256 (as shown in the figure below), so are the cropped images used in the training, but why are the base images and SBI of the model diagram in the paper both containing the whole face? What should I do if I want to save SBI images.

Image

python-pop avatar Jun 13 '25 08:06 python-pop

This kind of incorrect cropping tends to occur when there is something wrong with the face detector (ie, retinaface). You can start by visualizing detected face bounding boxes on face images.

mapooon avatar Jun 13 '25 09:06 mapooon