JacobBumgarner / VesselVio

An open-source application for the analysis and visualization of segmented vasculature datasets
https://jacobbumgarner.github.io/VesselVio/
GNU General Public License v3.0
100 stars 22 forks source link

[Bug]: Problems loading big graphs #44

Closed EdwinHernandezG closed 2 years ago

EdwinHernandezG commented 2 years ago

What happened?

Hi Jacob.

I was trying the new version of VesselVio and found that if I analyze several files in batch, everything goes right, and all the files are processed; however, when I try to visualize, the program stops at 70% in the creating mesh step. So it is not possible to visualize them. However, if I visualize them one by one, there is no issue, and the mesh is generated.

Also, one general question is if the skeleton and vessel radii are analyzed with the visualize option, is there a way to export the graph and the features table?.

Again, thanks in advance for your help.

Operating System

Windows

App Build

Downloaded App

Pseudocode or Screenshots

No response

Relevant log output

No response

Code of Conduct

JacobBumgarner commented 2 years ago

Thanks for reaching out!

So I'm going to address this one in two parts:

1. 'Stuck' at 70%': What this likely means is that your computer has run out of memory. Once the progress bar hits 70%, this means that the dataset has been completely analyzed, and that the mesh being is constructed. I'm assuming you're trying to visualize a large dataset? And I'm also a bit unsure of what you mean when you say 'visualize them one by one'. Currently you can only visualize one dataset at a time.

2. Export results from visualization This is a great suggestion, and I really like the idea. Would you mind opening this up as a [Feature Request] rather than a bug?

I'm going to go ahead and close this issue, as there is no obvious bug here.

EdwinHernandezG commented 2 years ago

Sorry to open this again; I don't think it is a memory issue.

In the snapshot, you can see that the process stopped at 70%

image

But almost no resources are used in the workstation:

image

And, as I said before, if I visualize the skeleton directly, there is no issue, it takes a little bit of time, but I get the skeleton visualized. So I think there is an issue loading the graph file.

image

I can send you the graph file.

Thanks again.

Edwin

JacobBumgarner commented 2 years ago

@EdwinHernandezG yes please do send the graph file.

I'm still confused here though. If you can visualize the skeleton, what is the bug?

When you send the skeleton, can you also send the exact steps you're following so I can try to reproduce the bug locally?

Thank you!