Coding Period Week 2(14th June- 21st June)
Jun 18, 2023
- Meeting on 14th June- Main agenda of this week —to find lab recorded video dataset (or similar) and test RHA on that dataset.
Progress
- Tested RHA’s swapper on videos shared by Daniel(lab_interview_videos). Results are stored at gallinahome under lab_interview_results directory.
- FSGAN throws runtime error for some videos while produces output for others. The error has been observed for videos that are of low resolution and have too much noise in the background.
- It is better to convert videos to standard encoding to avoid runtime error while using swapper — “AssertionError: Failed to read frame from input video”(refer this link -: https://github.com/YuvalNirkin/fsgan/issues/32). Converting to standard encoding also reduced processing time of videos for both hider and swapper.
- Face hider works perfectly fine even on low resolution videos.