Skip to content

Confusion about yaw and pitch. #32

Open
@shaform

Description

In your model, the forward function returns pre_yaw_gaze and pre_pitch_gaze:

return pre_yaw_gaze, pre_pitch_gaze

However, in the pipeline, the two variables are assigned as gaze_pitch and gaze_yaw:

gaze_pitch, gaze_yaw = self.model(img)

It seems yaw and pitch are reversed. Why would this be the case?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions