아래 링크에서 ilsd shot detector를 다운받아 주세요. https://drive.google.com/drive/folders/1AAje4IdjccW6PXJwzewj6GEZYJhpGJKQ?usp=sharing 이후 분석하고 싶은 video를 shot detector의 debug폴더 안에 videos folder에 넣고 shot detection을 수행합니다.
앞서 나온 detected shot과 video를 바탕으로 Inception V3 모델을 수행하여 scene image feature를 가져오고, 이를 바탕으로 H5 file을 만듭니다.
Scene detection 이후 나온 후 해당 앞서 가져온 H5 file에서 Sceen boundary를 추가합니다. 그리고 비디오를 다음과 같은 디렉토리 형식으로 잘라서 다시 저장합니다.
BaseFolder
|
-- videoName
|
-- video_scene1.mp4
-- video_scene2.mp4
-- videoName2
|
-- video_scene1.mp4
-- video_scene2.mp4
Scene detection으로 추출된 영상을 각 backbone을 통해 feature vector를 추출한 후 MMV 모델을 거쳐 랭크를 비교합니다.