Coding Period — Week 1(9th June- 14th June)

Saksham Gautam
1 min readJun 11, 2023

--

  • Meeting on 9th June- Main agenda of this week is to detect the flicker present in the videos with a precision of 100%. Not even one instance of flicker should be missed.
  • Proposed method- When flickering occurs the face of the original person in the video becomes visible which defeats the purpose of anonymization. A solution to this might be to use some face matching algorithm for one shot detection of the face. Once the flicker is detected in a frame, the face present in that frame can be blurred separately.

Progress

  • face-compare- Tested on some different images of same person. Not robust enough.
  • Debugged simple_unet_02.py file. Instead of Conv1d Conv2d should be used.
  • Different programs in RHA requires different versions of packages. This causes conflict when we try to install them in a same environment. This problem was solved by creating two separate environments for fsgan and face hider. This is not the best solution but works for now.

--

--