ttengwang / dense-video-captioning-pytorch

Second-place solution to dense video captioning task in ActivityNet Challenge (CVPR 2020 workshop)
73 stars 23 forks source link

How to use pre-trained model with .mp4 file? #8

Closed preste-nakam closed 3 years ago

preste-nakam commented 3 years ago

Hello! Really great work! Could you please help me? I'm trying to use your pre-trained model with my custom videos, but I don't understand how to use it with .mp4 video files.

Thanks in advance!

ttengwang commented 3 years ago

@preste-nakam Hi, please refer to #2. I will consider simplifying the cumbersome pipeline and make it more friendly to real-word applications in the near future

dawnlh commented 3 years ago

@preste-nakam Hi, please refer to #2. I will consider simplifying the cumbersome pipeline and make it more friendly to real-word applications in the near future

Looking forward to the improvement of the pipeline for custom video captioning~

ttengwang commented 2 years ago

Hi @dawnlh , we release another repo that supports processing mp4 videos at https://github.com/ttengwang/PDVC. I hope it's helpful for you.

dawnlh commented 2 years ago

Wonderful! I have tried it successfully! Thanks a lot~