Summer
Summer
when i python demo.py, i meet an error below, is there anyone can help me? Traceback (most recent call last): File "demo.py", line 3, in from inpaint import inpaint File...
`class CLIPTransformer(nn.Module): def __init__(self, config: Config): super(CLIPTransformer, self).__init__() self.config = config if self.config.huggingface: from transformers import CLIPModel self.clip = CLIPModel.from_pretrained(self.config.clip_type) # downloading pytorch_model.bin 577M else: from model.clip_model import load_clip self.clip...
Where can we download the raw videos of TVR dataset.
Excuse me,thank you for your excellent project. I have successfully reproduced it on two datasets, MSRVTT and MSVD. But when I reproduced it on the LSMDC dataset, the performance was...
Thank you for your in interesting work and your shared code! I'm very confused that whether the zero-shot performance on MSRVTT reported in [here](https://github.com/OpenGVLab/InternVideo/tree/main/Downstream/Video-Text-Retrieval#our-results) requires setting “--mergeclip=True”? Below is the...
Hello, thank you for your excellent work MixGen and code sharing. I have two questions that I would like to call for your help: 1. In addition to being used...
Hi, I am new in this field and I am very interested in your excellent research. In your paper, you mentioned > _To compare the effect of template diversity on...