Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jsk_perception] Add Visual Grounding with GroundingDINO #2796

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kanazawanaoaki
Copy link
Contributor

This PR enables visual grounding using GroundingDINO.

Screenshot from 2023-10-13 19-39-37

How to use

After build the Image with bellow

$ roscd jsk_perception/docker
$ make

You need to specify the port, etc. according to the situation, but you can launch docker as follows

$ roscd jsk_perception/docker
$ ./run_jsk_vil_api dino

Launch the ros node as follows

$ roslaunch jsk_perception detection.launch gui:=true DETECTION_INPUT_IMAGE:=/image_publisher/output

@mqcmd196
Copy link
Member

I'll review it on Saturday

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think creating this new msg (ClassificationResult + RectArray) is necessary? There were so many cases of returning detected objects' rect array.

To see jsk-ros-pkg/coral_usb_ros, it publishes RectArray and ClassificationResult at same time.

I want some opinion.

@mqcmd196
Copy link
Member

Sorry for late. I left single comment, but overall lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants