You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing another scene graph construction solution. I have some doubts during the running process and would like to consult you, looking forward to your reply:
Before running the RoboOS project, is it necessary to run sg independently first to build the scene graph in advance?
When running the RoboOS project, what are the respective versions of Python, PyTorch and CUDA required for the environmental dependencies?
I noticed an update_sg function in the sg code. Can the scene library also be updated in real time when running RoboOS? If so, how to handle the incompatibility between the PyTorch and CUDA versions required by sg's environmental dependencies and those of DROID-SLAM?
When installing the environmental dependencies for DROID-SLAM, the PyTorch version specified in your README is 1.0, which differs greatly from the latest inference version 2.7 recommended by the official. Is it feasible to use PyTorch 2.7 instead?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add scene graph component.