Closed sun913 closed 11 months ago
You might want to change the fix_img_size parameter to True when running the reader. Let me know if that helps.
You might want to change the fix_img_size parameter to True when running the reader. Let me know if that helps.
Yes, that helps! Thank you.
I am glad it worked. In case you want to change the image size from the default 1080 pixels, you can do so by adjusting the reader configuration.
Hi!
Thanks for your amazing work first! I only need to use au and pose predictor in the model. When the image runs on the Colab demo, it will return the image with size [3,1080,1080]. However, when I only ran on my Ubuntu system, it gave me [3,288,288], which is the original size of the image. I understood that the resizing of the image is important in the later step of detecting the face of the image. I can get the face in the Colab demo but can not detect the face from my end. Can you please help me with this? Thank you!