Open zpz915 opened 4 months ago
i read the code,find dataset=Mpiigaze(testlabelpathombined,args.gazeMpiimage_dir, transformations, True, fold) give 5 paramters ,but class Mpiigaze(Dataset): def init(self, pathorg, root, transform, train, angle,fold=0): accept 6 paramters ,is there any bug?
when i guess angel=180,the train also meet other bug:
Traceback (most recent call last):
File "train.py", line 299, in
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.
@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.
python train.py \