Skip to content

Commit

Permalink
Merge branch 'master' into pub-compressed-tile-image-github
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored Jan 1, 2025
2 parents e1615fb + 9ed2f48 commit 255c239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/jsk_perception/nodes/vqa_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@ make
In the remote GPU machine,
```shell
cd jsk_recognition/jsk_perception/docker
./run_jsk_vil_api --port (Your vacant port) --ofa_task caption --ofa_model_scale huge
./run_jsk_vil_api ofa --port (Your vacant port) --ofa_task caption --ofa_model_scale huge
```


You should set a model argument. It should be `ofa` or `clip`.

`--ofa_task` should be `caption` or `vqa`. Empirically, the output results are more natural for VQA tasks with the Caption model than with the VQA model in OFA.


Expand Down

0 comments on commit 255c239

Please sign in to comment.