Yikun Liu

Results 5 comments of Yikun Liu

Hi, @djiajunustc . I also cannot access the link of ReferIt Dataset. Could you pleas sent me this dataset? My email address is [[email protected]](mailto:[email protected]); Thanks

Sorry, I have not organized this part of the code. The processing details of the template-based method can be found in the appendix, and the prompt to drive LLM has...

I am sorry for the late reply. I have uploaded the related files to the [google drive](https://drive.google.com/drive/folders/1EGpylkOMj9tduUjAhTLtaX5UqjPMyN3X?usp=sharing). If you have any questions, please don't hesitate to ask me!

> @Andy1621 Thanks, it solves the problem, however i think the code is still not complete as i get following error: > > Traceback (most recent call last): File "tasks/retrieval.py",...

> @Code-kunkun Yes, you need to change line 79 in tasks/retrieval_utils.py > > https://github.com/OpenGVLab/InternVideo/blob/10183826112bd7edd983b68b6d7a5faa5d370709/InternVideo1/Pretrain/ViCLIP/tasks/retrieval_utils.py#L79 > > to if config.model.model_cls == "VindLU_VideoCLIP" or config.model.model_cls == "ViCLIP" > Let me know if...