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

dense localizer returns nothing #2

Open
pradipcyb opened this issue Aug 5, 2020 · 0 comments
Open

dense localizer returns nothing #2

pradipcyb opened this issue Aug 5, 2020 · 0 comments

Comments

@pradipcyb
Copy link

pradipcyb commented Aug 5, 2020

Hi, I'm trying to reproduce your experiments for comparison with our paper.

I've set up the Nvidia docker and tried to run the comprehension test. However, in the extract_single_densecap_features function ,

    goal = action_controller.msg.LocalizeGoal(1, msg_frame)
    client.send_goal(goal, done_cb=done_cb)
    client.wait_for_result()
    loc_result = client.get_result()

The loc_result is None . I can confirm the image is being read properly (tried with the example: table.png). Also, the server seems to be running, I got the METEOR initialized message. What seems to be the problem?

I also tried to follow the readme and could not run interactive_grounding_example.py because of the same problem. It keeps waiting in the wait_for_result() indefinitely.
Thanks for helping :)

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

No branches or pull requests

1 participant