-
Notifications
You must be signed in to change notification settings - Fork 141
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
How many pictures you are using for training? #13
Comments
Hi, thanks for the kind comments.
|
thanks very much for your reply. it seems I need generate more pictures for training. |
@swook Hi, according to the checkpoint you provide, do you train the model for more than 4 million steps? Assuming your batch size is 32, that means your model have seen more than 120 million images??? |
Hi, this may indeed be the case. The landmarks model takes a lot of data
and time to train.
…On Thu, 28 Mar 2019, 03:36 xhq11, ***@***.***> wrote:
@swook <https://github.com/swook> Hi, according to the checkpoint you
provide, do you train the model for more than 4 million steps? Assuming
your batch size is 32, that means your model have seen more than 120
million images???
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAuI0qdnnJDzB1Ubq18RXumcAt2gXi3Oks5vbJs0gaJpZM4aFPeB>
.
|
Hi, I got a question that it's a million images before Training Data Augmentation or after augmentation ? And I use UnityEyes to generate almost 140 thousand images, it's up to 1 million after augmentation. Then I run the egg_train.py and got this problem: 10/04 06:34 INFO 0079261> heatmaps_mse = 0.00100194, radius_mse = 1.17517e-07 |
I used approx. 1 million images before augmentation. The augmentation scheme is live during the training of the model and thus results in an effectively uncountable training set. Please open a separate issue for the error you ran into. |
Hi, i have a question that how train SVR on MPIIGaze. I get MPIIGaze by 'get_mpiigaze_hdf.bash '. Then I found this dataset does not have 'landmark'. Wait for your reply! |
Hi sir.
I see your gaze demo on youtube, it's amazing. I download you pre-trained model and test on my own videos, but don't get good results. my questions are:
thanks very much
The text was updated successfully, but these errors were encountered: