VGN icon indicating copy to clipboard operation
VGN copied to clipboard

Deep Vessel Segmentation by Learning Graphical Connectivity

Results 10 VGN issues
Sort by recently updated
recently updated
newest added

In the CHASE dataset I downloaded from the Internet, there are only images in JPG format and labels in PNG format, but no fov_ext in mask.tif format. Could you tell...

Thanks for the code! I'd like to use a pretrained code on my own dataset. How to go about it? I tried to use the `test_VGN.py` file and I provided...

I am using pytorch to implement VGN, I feel confused about the shape of the GNN features, if my input image is 3*128*128, adj will be 128*128, what's the output...

I download the DRIVE dataset, it seems that the dataset format is not correct, here is my data structure, can you provide the process script ``` ├── DRIVE │   ├──...

Hi!, I have been trying to segment the vessels of the HRF network but I cannot find the weights of the network, is it possible that you provide them to...

Hello, I am currently studying your code, I am not able to understand the load graph part, can you share the operation process?

I did not find the test/train.txt file (DRIVE) required by this code in the dataset I downloaded from grand-challenge.org. Could you please provide it?

Hi, I'm wondering how long it takes to generate one graph from probability map/ground truth map (e.g., for DRIVE dataset)? It seems to take quite a long time with the...

Hi, I am wondering what params your are passing to this function( highlighted with yellow dots) in make_graph_db.py file. Its look like the params are missing. Thanks. ![Screenshot_2020-07-01-06-22-50~2](https://user-images.githubusercontent.com/18001917/86178820-039d8500-bb64-11ea-92cc-cc6dd539d314.png)

Hi, Could hep me in solving this error, I am unable to save path. ![e2](https://user-images.githubusercontent.com/58822992/84953993-fe751a80-b10d-11ea-986c-b831123d514a.PNG)