polimi-ispl / icpr2020dfdc

Video Face Manipulation Detection Through Ensemble of CNNs
GNU General Public License v3.0
259 stars 100 forks source link

There is a error, KeyError: 'original' #46

Closed Feywell closed 3 years ago

Feywell commented 3 years ago

I use the FFPP dataset wih this error:


| Train EfficientNetAutoAttB4 on FFc23 | │················· ------------------------------------------------- │················· Loaded pretrained weights for efficientnet-b4 │················· Parameters │················· {'face': 'scale', │················· 'net': 'EfficientNetAutoAttB4', │················· 'seed': 41, │················· 'size': 224, │················· 'traindb': 'ff-c23-720-140-140'} │················· Tag: net-EfficientNetAutoAttB4_traindb-ff-c23-720-140-140_face-scale_size-224_seed-41 │················· Loading data │················· df: video label videosubject originalx class source quality kp1x kp1y kp2x kp2y kp3x kp3y kp4x kp4y kp5x kp5y kp6x kp6y conf left top right bottom nfaces original y facepath > original_sequences/actors/c23/videos/20__talking_against_wall.mp4/fr000_subj0.jpg 0 False 0 -1 original_sequences actors c23 189 240 300 206 260 285 276 340 142 284 368 216 0.99936 71 45 440 467 1 -1

What the key "original" means? why there is not? what original_x and original_y means

nicobonne commented 3 years ago

Are you running the latest version of the code? We solved that error in bc64cfe8fc93d64a4026b4419d559060d593f303 if I'm not wrong. Try re-running after a pull 🤞

nicobonne commented 3 years ago

Hey @Feywell, did you manage to solve?