jontooy
jontooy
Hi, I'm having the same question. I want to do SPICE evaluation on Arabic Captions specifically. In the 'spice-1.0.jar' file there is a README file that says: ## Dependencies ##...
Hi Anastasia, I'm not sure but when I download the coco_caption dataset with (like in DOWNLOAD.md) ``` wget https://biglmdiag.blob.core.windows.net/oscar/datasets/$TASK_NAME.zip unzip $TASK_NAME.zip -d $DATA_DIR ``` The test dataset is of size...
Hi lostnighter, I had the same problem when using OSCAR to fine-tune on image captioning with a custom dataset. [I used this function](https://github.com/microsoft/Oscar/blob/master/oscar/utils/tsv_file.py#L8) to genereate the '.lineidx'-file I guess that...
Hi dangcaptkd2, I am trying to do Image Captioning on the Arabic language and have the same problem! Can you please share how you used PhoBert for training Oscar?
Hi aliencaocao, [It takes a couple of steps to prepare the features and yaml files](https://github.com/microsoft/Oscar/issues/94#issuecomment-829026031) [I attached a Colab notebook where I step by step generate the features with VinVL.](https://github.com/jontooy/vl_demos/blob/master/feature_extraction_demo.ipynb)
> hi, Do you know how the author generated the data provided in the link below(https://biglmdiag.blob.core.windows.net/vinvl/datasets/coco_caption)? Hi ckmstydy, You can generate input features from any folder of .jpg images with...
Hej KatieGou, I did Arabic Image Captioning by directly fine-tuning an Arabic specific BERT with run_captioning.py I suggest you could do the same with a Swedish BERT, but with run_retrieval.py?
Hi @EByrdS , I also find this very confusing, and I am still not sure about the correct configuration. However, I tried to train one of the downloadable models (base-vg-labels/ep_67_588997)...
> Do you mind sharing your trained model? I was running it on google colab but there's not enough memory to finish the training. Would really appreciate it. Thanks! Hi...
Hi Jennifer, Could you be more specific about what .yaml file you want to organize? For example, for my validation dataset my val.yaml file is simply: ```yaml img: val.img.tsv hw:...