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 your impressive work on real-time 3D scene graph building. However, I encountered an issue while running the Clio-online evaluation code, specifically with the DSG file path. Here's the command I used as your instructions:
This suggests that the evaluation requires a DSG file located under the path <log_path>/office/trial_0/backend/dsg.json. However, after running Clio-online, I only found the DSG file at src/hydra/output/realsense/backend/dsg.json, which has a different parent path than expected.
Could you kindly clarify the following?
What does the log_path in realtime_clustering.yaml refer to?
Which DSG file should be used for evaluating the real-time Clio model?
Thank you for your help, and I look forward to your response.
Best,
Yiming
The text was updated successfully, but these errors were encountered:
Hi Team,
Thank you for sharing your impressive work on real-time 3D scene graph building. However, I encountered an issue while running the Clio-online evaluation code, specifically with the DSG file path. Here's the command I used as your instructions:
Upon reviewing the source code in
evaluate_ablations.py
, I found the following snippet:This suggests that the evaluation requires a DSG file located under the path
<log_path>/office/trial_0/backend/dsg.json
. However, after running Clio-online, I only found the DSG file atsrc/hydra/output/realsense/backend/dsg.json
, which has a different parent path than expected.Could you kindly clarify the following?
log_path
inrealtime_clustering.yaml
refer to?Thank you for your help, and I look forward to your response.
Best,
Yiming
The text was updated successfully, but these errors were encountered: