PnP-GA icon indicating copy to clipboard operation
PnP-GA copied to clipboard

image size

Open yongwuML opened this issue 3 years ago • 1 comments

hi, thank you for your excellent work, and i want to know the original image size is 448448 or 224224. i saw "fimg = cv2.resize(fimg, (448, 448))/255.0" in released code. So, original image size is 448*448? Thanks, Yong

yongwuML avatar Feb 24 '22 03:02 yongwuML

Hi, it depends on the image size while pre-training. The size should keep the same between pre-training and adaptation.

MickeyLLG avatar Apr 11 '22 14:04 MickeyLLG