Skip to content

Clarification on GraphML files #3

@Dhanasrepo

Description

@Dhanasrepo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions