영상에서 최애가 나온 장면만 잘라내어 모아주는 프로그램.
얼굴이 잘 나온 나의 최애 이미지와 최애가 나온 영상을 넣어주면 최애가 나온 부분만 잘라서 합쳐줍니다!
python3 main.py -i <input_video_filename> -b <bias_img_filename> -o <output_video_filename>
input_video_filename
: mp4bias_img_filename
: jpgoutput_video_filename
: mp4
- face_recognition (ver:1.3.0)
- moviepy (ver:1.0.3)
- opencv (ver:4.2.0.34)