L2CS-Net icon indicating copy to clipboard operation
L2CS-Net copied to clipboard

Wrong data preprocessing in demo.py

Open Turlan opened this issue 2 years ago • 1 comments
trafficstars

The preprocessing is not aligned with your training in your demo code. For the data preprocessing in training, the face images are first cropped to squares. It seems that u just ignore this and resize the image without keeping the aspect ratio in the demo.py.

Turlan avatar Jun 19 '23 13:06 Turlan