ipsampling

Results 2 comments of ipsampling

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...

> > 我已经识别并解决了代码中的问题,并了解了为什么使用 Gaze360 数据集可以成功训练,而使用 MPIIFaceGaze 数据集报告错误。这是因为 MPIIFaceGaze 数据处理缺少 angle 参数,所有角度小于 0 度的数据都会被过滤掉。 > > 您好,那么您是怎么解决问题的,只是删除参数还是添加代码来处理 angle 参数呢? like this dataset=Mpiigaze(testlabelpathombined,args.gazeMpiimage_dir, transformations, True,180, fold)