-
Notifications
You must be signed in to change notification settings - Fork 89
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
train bug #37
Comments
i read the code,find dataset=Mpiigaze(testlabelpathombined,args.gazeMpiimage_dir, transformations, True, fold) give 5 paramters ,but class Mpiigaze(Dataset): |
when i guess angel=180,the train also meet other bug: |
hi @zpz915 , have you succeeded training the model. I am also facing the same issue. |
Same issue here, any solutions ? |
@forlayo , I succeeded training Gaze360 and going to release it soon and adding mobilenet new backbone as well. |
I tried to download the dataset but it seems like the dataset is too big, can anyone split the dataset for me around 5gb so I can download it? |
@tiamo405 , MPIIFaceGaze is relatively smaller than Gaze360. |
MPIIFaceGaze not folder Label, link download: https://www.mpi-inf.mpg.de/departments/computer-vision-and-machine-learning/research/gaze-based-human-computer-interaction/its-written-all-over-your-face-full-face-appearance-based-gaze-estimation |
link folder 940Mb: http://datasets.d2.mpi-inf.mpg.de/MPIIGaze/MPIIFaceGaze.zip |
I have identified and resolved issues in the code, and understand why using the Gaze360 dataset can result in successful training while using the MPIIFaceGaze dataset reports errors. This is because MPIIFaceGaze data processing lacks an angle parameter, and all data with angles less than 0 degrees are filtered out. |
Hello, so how did you solve the problem, just delete the parameter or add the code to handle the angle parameter? |
@NuoZ , i resolved the problem and reproduced some of the results. |
|
This commit fixes Ahmednull#37
This commit fixes Ahmednull#37
Sorry. This is my first pull request, so I was a bit clumsy. Please feel free to look at my commit. |
python train.py \
The text was updated successfully, but these errors were encountered: