-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image_root = 'data/image/george_full' #28
Comments
it is the George sub-dataset here: https://huggingface.co/datasets/TencentARC/StoryStream. |
我就推理需要下载全部的george.zip.gz吗 |
I just excute inference do i need to down load all george.zip.gz? |
No you don't. You can just take any of the one image-text pair as input. |
ok let me try try |
CAN you tell what should i change in your code to inference one image? I find out your code adaptly use lots of images |
Traceback (most recent call last): only one image come out |
Hi. Please see src/inference/gen_george.py. If you want to get a long story given only 1 text-image pair. Then you can change the line 152 to If you don't even want a long story, you just need it to generate 1 text-image pair. Then you can change the story_len param to 2 in line 205. |
where is george_full?
The text was updated successfully, but these errors were encountered: