goberoi/faceit

Can i use mp4 instead of youtube link?

rochiey opened this issue · 1 comments

I wanna ask if it works if i preprocess mp4 to another mp4 not a youtube link

Yes. just remove the youtube url argument from the add_video function and comment the function self.fetch() in line 168.
def preprocess(self):
# self.fetch()
self.extract_frames()
self.extract_faces()
it will work fine. but make sure your videos are places inside the data/videos directory with same names you passed in add_video function