face-attribute-prediction icon indicating copy to clipboard operation
face-attribute-prediction copied to clipboard

Face Attribute Prediction on CelebA benchmark with PyTorch Implementation

Results 9 face-attribute-prediction issues
Sort by recently updated
recently updated
newest added

could you provide the pre-trained model. Thanks a lot.

did you make it by yourself? what the format of it?

tried many times, but still failed... 向以下收件人或组传递邮件失败: [email protected] ([email protected]) 你的邮件未送达。尽管反复尝试传递你的邮件,但是无法与远程服务器建立连接。 请通过其他方式(例如通过电话)与收件人联系,并让他们告诉电子邮件管理员,使其了解你的电子邮件系统貌似无法连接到电子邮件系统。向他们提供如下所示的错误详细信息。可能仅收件人的电子邮件管理员能够解决此问题。 有关详细信息和解决此问题的提示,请参阅此文章: https://go.microsoft.com/fwlink/?LinkId=389361。

There is no documentation on how to use it after training the model.

Thanks for your great implementation! Can you please provide trained model weight?

It is a great work! How do I need to crop and predict a custom image? ?

E:\Users\Raytine\Anaconda3\python.exe F:/imageedit/face-attribute-prediction-master/main.py => creating model 'resnet18' Traceback (most recent call last): File "F:/imageedit/face-attribute-prediction-master/main.py", line 417, in main() File "F:/imageedit/face-attribute-prediction-master/main.py", line 135, in main model = models.__dict__[args.arch]() KeyError: 'resnet18'

Hi, thanks for sharing your code! I also train this model. But the model seems like not converge fast as following. I also use the img_align_celeba as training and val...