-
I was fine-tuning on VQA using VinVL features using the given scripts. However I am getting 74.82 evaluation accuracy, which is 1.3 lower then the reported one (76.12). It would be helpful if anyone c…
-
When I trian on VQA v2 by default:
CUDA_VISIBLE_DEVICES=$1 python src/vqa.py \
--train train \
--valid train \
--test minival,nominival \
It reported: No such file or…
-
Thank you for your outstanding work! I'm sorry to bother you, but I still have questions about some of the details of the data construction process. I'm wondering how you choose the value of each plac…
-
Hey,
I am Zhiqiu Lin, a final-year PhD student at Carnegie Mellon University working with Prof. Deva Ramanan. Your work is very interesting with great performance gains!
I wanted to share [Natu…
-
按照 readme的方式准备的环境,进行inference 报错:
Traceback (most recent call last):
File "/mnt/localdisk/tanm/miniconda/envs/table_llava/lib/python3.10/site-packages/transformers/feature_extraction_utils.py", li…
-
Thank you for your impressive work!
I'm wondering about the image encoder, projection layer, and LM, which are trainable during finetuning for medical VQA.
Looking forward to your reply.
Best…
-
See #44 for more details about the dataset and network architecture.
The task is:
1. Train a baseline VQA model with decent accuracy. Try using tools from MONAI as much as possible. (related to …
-
Hi, thank you for your great work! Following your setup instruction, I ran the commands below.
```sh
conda env create -f cola.yml
cd ..
git lfs clone https://huggingface.co/OFA-Sys/ofa-large
pyt…
-
We've run into an extremely weird series of bugs with Charts.js in the VQA feature. Firstly, the chart "randomly" reordered the association of bar chart labels to bar chart data values. Through experi…
-
This is maybe a trivial question but I'm completely new to torch, I tried to search on Google but no luck. I'm working with a Ubuntu 14.04 machine, cuda 7.0 and cudnn R4 version. I prepared all traini…