-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Structure of train_seq file #1
Comments
Assuming you have folder structure such as:
where database folder contain subfolders of separate sequences split into frames.
which means folder names separated by new line (one folder name per line), not containing new line at the end of file. Specific folder names depends on your folder structure. |
Thank you for your response. Did you train on PhysNet? NegPearson loss makes the loss value to be upper than 1 or below this value. So my loss fluctuates between 0.9 and 1.1 and I think it does not train my network! Even when I use the absolute function of NegPearson it just gets stuck on 0.7 and does not decrease anymore. Do you have any idea? Moreover, do you have a pre-trained model of PhysNet?! |
Yes, I did, but I think I used MSE loss function with SGD optimizer. Unfortunately, i don't have trained models that I can share. |
Hello Sir, I found your code to be very useful and I am trying to reproduce the same results. However, I am not getting the desired results and also, the loss value remains to be almost the same for subsequent epochos (implies: the network is not learning). Thanks in advance. |
Each frame of the sequence is cropped to the subject's face using this script: |
Hi,
Would you please provide a sample of "train_seq.txt" ?!
The text was updated successfully, but these errors were encountered: