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

[Question] How to get semantic 3d scene graph & How to run Hydra in real experiments? #78

Open
psi0000 opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@psi0000
Copy link

psi0000 commented Feb 21, 2025

Thank you for yours
I hope to use this, but I have some questions.

Image

  1. I want to get 3d semantic scene graph

I found some output (later.csv .. ) , but it didn't contain the semantic graph.

example (objects_layer.csv)

nodes_active,nodes_removed,nodes_merged,nodes_w_parents,nodes_w_children,edges
0,0,0,0,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0
1,0,0,1,0,0

I wanna change your 3d scene graph to 3d scene semantic graph.
Just like

{
  "rooms": [
    {
      "id": 1,
      "name": "Living Room",
      "objects": [
        {"id": 101, "type": "sofa", "position": [2.1, 3.5, 0]},
        {"id": 102, "type": "table", "position": [2.0, 3.0, 0]}
      ]
    },
    {
      "id": 2,
      "name": "Kitchen",
      "objects": [
        {"id": 201, "type": "refrigerator", "position": [5.0, 1.5, 0]}
      ]
    }
  ]

I hope to find the information of 3d scene graph ( I am curious whether the discovered objects' poses and the connected graphs can be semantically linked)
Somebody anything help?

2. I want to use Hydra in a real-world environment, but I can't find any testing procedures or necessary sources for this. Could you provide guidance on how to implement and test Hydra outside of simulation?

@psi0000 psi0000 added the question Further information is requested label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants