microsoft / FERPlus

This is the FER+ new label annotations for the Emotion FER dataset.
https://arxiv.org/abs/1608.01041
Other
594 stars 166 forks source link

There are some error in rect_util.py #7

Open esdream opened 6 years ago

esdream commented 6 years ago

In line 87 and 89 of rect_util.py, there should be

result.shift_xy(-p.x, -p.y)
...
result.shift_xy(p.x, p.y)

instead of result.shift. By the way, the parameter theta of rotate_about function should be a radian rather than a degree.