zhang-can / ECO-pytorch

PyTorch implementation for "ECO: Efficient Convolutional Network for Online Video Understanding", ECCV 2018
BSD 2-Clause "Simplified" License
188 stars 93 forks source link

How to combine ECO with the Semantic Compositional Network for captioning? #62

Open BBBoundary opened 4 years ago

BBBoundary commented 4 years ago

Hi,I'm currently working on an online video captioning task and would like to take advantage of your ECO model. It would be highly appreciated if you could provide the method to import video streams into the model to realize the online work, as well as the code to combine the ECO with SCN for video captioning.