Skip to content

Code for the paper "VisualBERT: A Simple and Performant Baseline for Vision and Language"

Notifications You must be signed in to change notification settings

chenkangyang/visualbert

 
 

Repository files navigation

测试集结果文件md5

链接:https://pan.baidu.com/s/1uFOFjj5QdCvaCw-8MYTFhA 提取码:jpmn --来自百度网盘超级会员V5的分享

(base) ➜  visualbert git:(kk) ✗ md5sum logs/vqa_finetune_0831/result.json 
22e0a4ce40f0ec92d8fa730b697101cd  logs/vqa_finetune_0831/result.json

下载提交到竞赛网站上的 Submitted file, 同样检查md5

(base) ➜  visualbert git:(kk) ✗ md5sum logs/vqa_finetune_0831/result.json 
22e0a4ce40f0ec92d8fa730b697101cd  logs/vqa_finetune_0831/result.json
(base) ➜  visualbert git:(kk) ✗ wget https://evalai.s3.amazonaws.com/media/submission_files/submission_156749/2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json--2021-09-13 16:01:56--  https://evalai.s3.amazonaws.com/media/submission_files/submission_156749/2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json
Resolving evalai.s3.amazonaws.com... 52.217.14.60
Connecting to evalai.s3.amazonaws.com|52.217.14.60|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20517922 (20M) [application/json]
Saving to: ‘2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json’

2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json       100%[======================================================================================================>]  19.57M  1.70MB/s    in 17s     

2021-09-13 16:02:30 (1.15 MB/s) - ‘2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json’ saved [20517922/20517922]

(base) ➜  visualbert git:(kk) ✗ md5sum 2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json 
22e0a4ce40f0ec92d8fa730b697101cd  2ae1c2c6-7f72-4dd6-994a-b0adf5867983.json

This repository contains code for the following two papers:

The model VisualBERT has been also integrated into several libararies such as Huggingface Transformer (many thanks to Gunjan Chhablani who made it work) and Facebook MMF.

Thanks~

About

Code for the paper "VisualBERT: A Simple and Performant Baseline for Vision and Language"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Jupyter Notebook 4.9%
  • Shell 0.1%