Yongliang Wu
Yongliang Wu
I add to this script ```python import sys import os current_dir = os.path.dirname(os.path.abspath(__file__)) parent_dir = os.path.dirname(current_dir) sys.path.append(parent_dir) ``` And the problem is solved
> hey there can you help me to setup this code locally as i am not able to find datasets and .txt files? you can find the .txt files from...
Thanks for the response. I use the eval code provided by open-flamingo and replace the model with Otter and it works well for me. However, the results achieves 83.1 CIDEr...
When evaluating, do you utilize the prompt same as open-flamingo ("\outputs:")?
Hi Mustafa, have you solved this problem?
Thanks Mustafa!!!