VideoCaption
VideoCaption copied to clipboard
视频的文本摘要(标注),输入一段视频,通过深度学习网络和人工智能程序识别视频主要表达的意思(Input a video output a txt decribing the video)。
什么视频传进去都是一个结果,牛逼
(base) D:\F\VideoCaption19>python videoCaption.py video10034.mp4 in_file: video10034.mp4 IMG_SIZE: (256, 192) --processing video... 18%|█████████████████████████████████▋ | 40%|████████████████████████████████████████████████████████████████████████▊ 62%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████ 84%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████ 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████ ████████████████████████████████████████████████████████████████████████| 527/527 [00:00
 sentences = [' '.join([self.ix2word[idx] for idx in sent]) for sent in sentences] File "F:\Reference_code\VideoCaption-master\model.py", line 75, in sentences = [' '.join([self.ix2word[idx] for idx in sent]) for sent in sentences]...
Hi I was wondering if one could run this code in english language videos and can get summary of it in english ? And if possible could you also make...
声明一个字符串变量去添加数组,真的很NB。