-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello,
Thank you for sharing your work! I’ve been analyzing your dataset and had problem understanding how the graphml files are created.
I am using VesselVio to process volumetric data into graphs and noticed that in the save_graph() function, coords_list is deleted before saving the GraphML file. However, in the PultreeDataset loader, coords_list is expected and used for edge processing and classification.
I checked a GraphML file used in published PTL Dataset and found that coords_list was still present, suggesting that either:
* VesselVio was modified to retain coords_list before saving, or
* A different post processing step was performed to restore coords_list.
Questions for Clarification
1) Did you modify VesselVio to retain coords_list in the GraphML files?
2) Could you please describe the post-processing steps from volume to graphml and npz?
This information would help us ensure reproducibility and correct processing of the data.
Thanks,
DK
Metadata
Metadata
Assignees
Labels
No labels