Using generative neural nets in keras to create ‘on-the-fly’ dialogue
1–5 of 5 posts
Re: Using generative neural nets in keras to create ‘on-the-fly’ dialogue
#2Re: Using generative neural nets in keras to create ‘on-the-fly’ dialogue
#3How hard would it be to approximate the time/length of each word in the data set? I think you could make some quite interesting videos by matching the generated monologues to the original audio clips :)
Re: Using generative neural nets in keras to create ‘on-the-fly’ dialogue
#4How hard would it be to approximate the time/length of each word in the data set? I think you could make some quite interesting videos by matching the generated monologues to the original audio clips :)
I'm not entirely sure what you mean, as in feed back the predictions for some length to see what the dialogue's become?
The idea would be to make an educated guess at where each word occurs in the video - going off the time and subtitle data from pysrt - and build a dict linking words to when they occur in the video. You could then use MoviePy and stitch together a video version of the generated dialogue, by looking up the appropriate clip for each word.
Re: Using generative neural nets in keras to create ‘on-the-fly’ dialogue
#5Earlier quoted context omitted.
I'm not entirely sure what you mean, as in feed back the predictions for some length to see what the dialogue's become?
Don't worry, it was just an amusing and honestly really impractical idea :) The idea would be to make an educated guess at where each word occurs in the video - going off the time and subtitle data from pysrt - and build a dict linking words to when they occur in the video. You could then use MoviePy and stitch together a video version of the generated dialogue, by looking up the appropriate clip for each word.
7
00:00:23,060 --> 00:00:24,619
give a turnaround version
)
but i am not sure the best way to go about doing something like this.