CAMMA-public / SurgLatentGraph

This repository contains the code associated with our 2023 TMI paper "Latent Graph Representations for Critical View of Safety Assessment" and our MICCAI 2023 paper "Encoding Surgical Videos as Spatiotemporal Graphs for Object and Anatomy-Driven Reasoning".
Other
18 stars 2 forks source link

How would we get the latent temporal graphs (with the nodal and edge attributes)? #2

Open cypher004 opened 3 weeks ago

cypher004 commented 3 weeks ago

How would we access (externally save) the latent temporal graphs e.g. from LV2stg?

For example the non temporal graph have the visualizer which saves and draws them.

Thanks

label:help-wanted

adit98 commented 3 weeks ago

Hi,

We haven't implemented a visualizer for the spatio-temporal latent graphs at the moment - the visualizations in our paper were done manually.

We will try to implement and push one, but it might take some time. We would also welcome any pull requests.