Oscar icon indicating copy to clipboard operation
Oscar copied to clipboard

Oscar and VinVL

Results 110 Oscar issues
Sort by recently updated
recently updated
newest added

The OSCAR paper reports a CIDEr score of 78.8 and 80.9 for OSCAR base and large, resp. Since it's not clarified, I assume these are scores on the NoCaps test...

Hey, Thanks for this amazing repo! I have downloaded the preprocessed GQA dataset with the two different strategies: ``` wget https://biglmdiag.blob.core.windows.net/oscar/datasets/gqa.zip unzip gqa.zip -d ./ ``` and ``` path/to/azcopy copy...

Hi there, Thanks a lot for your code release. I noticed that the VinVL features are not available anymore: https://github.com/microsoft/Oscar/blob/master/VinVL_DOWNLOAD.md#pre-exacted-image-features Could you please advise?

INSTALL.md recommends installing Apex#master. However, Apex does not build any more against pytorch 1.2.0 (see https://github.com/NVIDIA/apex/issues/956). So which version of apex is known to work?

Hi, I download the pre-trained models as indicated in the "VinVL_DOWNLOAD.md". When I tried to view the files in "train_logs/" and "test_logs", like the file "events.out.tfevents.1605353916.container-e2250-1602032654055-124610-02-000003", I found it was...

The image contains classes seen in coco captioning dataset but I do not know how to extract the features for captioning using oscar+

From this page https://github.com/microsoft/Oscar/blob/master/MODEL_ZOO.md, For Oscar on image captioning task, there is only one checkpoint model: checkpoint-29-66420. This checkpoint model is trained by only cross-entropy or it's finetuned by cross-entropy...

The GPU resources and training time?

When using distributed training, the process with local_rank!=0 will not call torch.distributed.barrier() and cause a deadlock.

As mentioned in title, is there any way to get this file?