1adrianb / 1adrianb/face-alignment-training
Model Overfitting
- Ngôn ngữ chính
- Lua
- Star
- 152
- Fork
- 44
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi Adrian,
First of all, Thanks for this great work.
I was following the PyTorch version of this code for the training of the FAN model on my own dataset. I have used around 26K images for training and 3K for validation. Also, the test set is separated from my own dataset and that is around 7K images other than training and validation. The images have different variations wrt poses, lighting, and other necessary things, and overall the dataset prepared is very good. The issue I am facing is model is performing well on all these images i.e. training, validation, and testing while when I visualize the model's results on some other images they are poor (points are distorted or they shrink around the face). I am not able to find out the issue, why is it happening so?
Can you help me with this or point out any possible issue on which I can work to resolve this problem.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
The issue describes model overfitting where performance is good on the training/validation/test split but poor on external images. Start by examining the dataset preparation and augmentation steps in the training code to see if the model is learning dataset-specific artifacts. Check the validation metrics and loss curves for signs of overfitting, and consider techniques like regularization or more diverse data augmentation. The goal is to identify why the model fails to generalize.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- lua, python, pytorch
- Lĩnh vực
- ai, computer-vision, machine-learning
- Loại issue
- Lỗi
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 30/100