aqeelanwar / MaskTheFace

Convert face dataset to masked dataset
http://www.masktheface.aqeel-anwar.com
MIT License
564 stars 148 forks source link

RankWarning: Polyfit may be poorly conditioned #13

Open fire717 opened 3 years ago

fire717 commented 3 years ago

/home/Facial-Similarity-with-Siamese-Networks-in-Pytorch-master/facemask/utils/aux_functions.py:111: RankWarning: Polyfit may be poorly conditioned perp_line = fit_line(x, y, image)

daddy-qian commented 3 years ago

两个原因1、数据过多,拟合可能不准却。2、多项式的次数过多,过拟合。