Winnie202

Results 25 comments of Winnie202

> awesome results!! I'm glad you could reconstruct the small texts. We could try generating synthetic scene-text as a follow-up Do you have any good suggestions for improving the reconstruction...

> I'm glad to help you😄. Have you tried to delete the cache file and run the script to download it again? Yes, I tried that. Same error

> Would it make sense to use the following argument? > > ``` > --GT_size 128 > ``` > > in order not use the default value of 256: >...

> 你好,这是由于你的服务器无法连接huggingface导致的,你可以设置你服务器的网络确保可以正常访问huggingface。 如果无法设置网络,也可以按照如下步骤进行: > > * 1.确认HolmesVAD-7B已下载至本地 > > * 2.下载LanguageBind/LanguageBind_Image和LanguageBind/LanguageBind_Video_merge至本地,并将HolmesVAD-7B文件夹下中config参数中的`mm_image_tower`和`mm_video_tower`参数分别改为本地路径 > > > 以下是一个可供参考的服务器下载模型的python脚本-`download.py`: > > ```python > import huggingface_hub > from huggingface_hub import snapshot_download > import os >...

> 检查你使用的gradio版本,我们目前使用的是3.37.0 > > ```shell > pip install gradio==3.37.0 > ``` 非常感谢。不好意思,我还想问一下,运行cli文件,如果输入为图像列表,每次推理序列长度限制为最大多少?