"vscode:/vscode.git/clone" did not exist on "435433cefdecad09a07d95a73377d528d8caec1a"
Commit 170ddf03 authored by luopl's avatar luopl
Browse files

Update README.md

parent a8562a56
Pipeline #1565 canceled with stages
......@@ -244,6 +244,19 @@ python demo.py ../../images/coco configs/xdecoder-tiny_zeroshot_text-image-retri
```
(8) Image Caption on COCO2014
在测试前需要安装jdk1.8,否则在测试过程中会提示 java does not exist
直接yum install java-1.8.0-openjdk-devel安装jdk失败,可参考以下安装步骤更换repos:
```
cd /etc/yum.repos.d/
mkdir bak
mv * bak
wget http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
yum install java-1.8.0-openjdk-devel
```
```
./tools/dist_test.sh projects/XDecoder/configs/xdecoder-tiny_zeroshot_caption_coco2014.py xdecoder_focalt_last_novg.pt 4
```
......@@ -341,18 +354,6 @@ python demo.py ../../images/coco configs/xdecoder-tiny_zeroshot_text-image-retri
(8) Image Caption on COCO2014
在测试前需要安装jdk1.8,否则在测试过程中会提示 java does not exist
直接yum install java-1.8.0-openjdk-devel安装jdk失败,可参考以下安装步骤更换repos:
```
cd /etc/yum.repos.d/
mkdir bak
mv * bak
wget http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
yum install java-1.8.0-openjdk-devel
```
| Model | BLEU-4 | CIDER | Config |
|:------------:|:-----:|------|------------|
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment