项目作者: josdas
项目描述 :
Telegram bot for finding moments in video by text description via neural networks
高级语言: Jupyter Notebook
项目地址: git://github.com/josdas/Text-search-in-video.git
Text-search-in-video
Telegram bot based on neural network (VGG16, word2vec, CNN for matix)
Done:
- dense network
- use pre-trained VGG16 and word2vec
- bot for demo
- all preprocessor for text and frames
- CNN for matrix
- multicore frames process
- training with COCO dataset
- smoothing search in video
ToDo:
- DSSM
- deeper, deeper and deeper
- training embedding
- training VGG16
- use state-of-the-art network
- make preprocessor faster