You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would need to generate a caption in a video, what would be the easiest way to use it? I don't have to train it, just use it to generate this caption.
I haven't found a working example in the documentation.
Could it possibly be possible to have a colab notebook ready to use?
The text was updated successfully, but these errors were encountered:
The project is mainly focused on training. To generate a caption from a raw video, you can refer to configs/image_caption/transformer/clip_transformer_test_raw.yaml and write a new video loader (similar to MSCoCoRawDataset). The dataloader needs to parse the video into frames and extract the features of the frames.
I would need to generate a caption in a video, what would be the easiest way to use it? I don't have to train it, just use it to generate this caption.
I haven't found a working example in the documentation.
Could it possibly be possible to have a colab notebook ready to use?
The text was updated successfully, but these errors were encountered: