coot-videotext icon indicating copy to clipboard operation
coot-videotext copied to clipboard

COOT: Cooperative Hierarchical Transformer for Video-Text Representation Learning

Results 15 coot-videotext issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use the model to generate captions for external .mp4 videos and I was wondering if you could give me any pointers about how one would...

Hello, I have run the training and embedding extraction and I'm wondering how I can see any examples of text that the model retrieved. The embeddings and h5 files seem...

Thanks for your work and code. I trained the coot on the anet dataset by the default setting, and obtain the performance as follows: INFO vid | 0.574 | 0.839...

I met this error when training the TransformerXL model on yc2 dataset. ``` Traceback (most recent call last): File "src/train.py", line 635, in main() File "src/train.py", line 631, in main...

while installing conda environment using 'requirements.txt' and 'requirements_frozen.txt', I had some Issues. Issue is about the version of torchaudio package version at 'requirements_frozen.txt'. I want to ask is it ok...

Hi, friends, when I run the command 'python data_read_youcook2_meta.py'. I get the error 'FileNotFoundError: [Errno 2] No such file or directory: 'data/youcook2/meta_all.json'. I wonder if you could tell me how...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior. **Expected behavior** A clear and concise description of what you...

Hello!I get some Keyerrors when I run the follow command. Command:python train_caption.py -c config/caption/paper2020/yc2_100m_coot_vidclip_mart.yaml Error is as follows: ![error](https://user-images.githubusercontent.com/81567475/117784722-6f697780-b276-11eb-975c-099c209880cc.PNG) ![error2](https://user-images.githubusercontent.com/81567475/117784779-7e502a00-b276-11eb-8c5d-7b84f9667ed3.PNG) ![error3](https://user-images.githubusercontent.com/81567475/117784815-87d99200-b276-11eb-8535-df7f417a4ba2.PNG) system:windows10 pytorch1.7.1+cuda11 Please help me!Thank you.

**Describe the bug** Problem with multi gpu training when i remove --single gpu **Expected behavior** it detects the available gpus ![image](https://user-images.githubusercontent.com/73253952/109357419-dcca5680-788a-11eb-8ca1-cd005ef76510.png) **Screenshots** ![image](https://user-images.githubusercontent.com/73253952/109357096-50b82f00-788a-11eb-923e-8e3ca3d09fc5.png) **System Info:** - OS: [e.g. Ubuntu 18.04]...

bug