Skip to content

Commit

Permalink
[gpt4v_vqa] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jan 9, 2024
1 parent a963fb9 commit 156c4eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gpt4v_vqa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@ catkin build gpt4v_vqa
## Usage

```bash
roslaunch gpt4v_vqa vqa.launch api_key:=<YOUR_API_KEY>
roslaunch gpt4v_vqa vqa.launch api_key:=<YOUR_API_KEY> VQA_INPUT_IMAGE:=<IMAGE TOPIC>
```

And from other terminal

```bash
$ rosrun gpt4v_vqa vqa_interpreter.py
```

## Nodes

### gpt4v_vqa

This node is a ROS wrapper for GPT4V model. Its behavior is similar to [VQA node](../jsk_perception/node_scripts/vqa_node.py). But there is a difference that this node does not support continuous inference. This node use API only when action server is called.

#### Subscribed Topics

* **`~image`** ([sensor_msgs/Image])
Expand Down

0 comments on commit 156c4eb

Please sign in to comment.