NuoZ

Results 1 comments of NuoZ

> 我已经识别并解决了代码中的问题,并了解了为什么使用 Gaze360 数据集可以成功训练,而使用 MPIIFaceGaze 数据集报告错误。这是因为 MPIIFaceGaze 数据处理缺少 angle 参数,所有角度小于 0 度的数据都会被过滤掉。 Hello, so how did you solve the problem, just delete the parameter or add the code to handle...