Skip to content

Upside down sequences

Hi all,

Although there is a mechanism to correct video sequences if they're rotated by 90 (or -90) degrees, it looks like it is failing (i.e. not correcting correctly on at least one sequence: the pre-processed result is upside down !

Example with this video sequence: idiap/group/biometric/databases/pad/replay-mobile/database/train/real/client008_session02_authenticate_tablet_adverse.mov

Attached is the first frame of the sequence after "empty" preprocessing in the bob.pad framework (i.e. just copying the sequence)

replay-mobile-fail-example

The code to modify is here (I guess), https://gitlab.idiap.ch/bob/bob.db.replaymobile/blob/master/bob/db/replaymobile/models.py#L228

@sbhatta : you seem to be the maintainer for this package, and I also add @onikisins, @amohammadi since you are using this DB.

So, any idea on how to tackle that properly ? Thanks !