Skip to content

Commit

Permalink
fix 25fps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederico B. K committed Jun 9, 2022
1 parent b1f0656 commit d013a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deface/deface.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def video_detect(
reader: imageio.plugins.ffmpeg.FfmpegFormat.Reader = imageio.get_reader(ipath)

meta = reader.get_meta_data()
print(meta)
_ = meta['size']
except:
if cam:
Expand Down

0 comments on commit d013a08

Please sign in to comment.