Skip to content

zfw-cv/AngioDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angio-Diff: Learning a Self-Supervised Adversarial Diffusion Model for Angiographic Geometry Generation

This repository provides the official PyTorch implementation of our model in the following papers:

Zhifeng Wang, Renjiao Yi, Xin Wen, Chenyang Zhu, Kai Xu, Kunlun He

Image of The Proposed method

Abstract


Environment

We could ensure that the code is available in such environment.

  • OS : Ubuntu 18.04
  • Python >= 3.8
  • PyTorch >= 1.13.0

Dataset

In this paper, we used the XCAD dataset and the ARCADE dataset for training. In the Blood vessel simulation part, we used the RPCA-UNet dataset.

Train

python main.py -p train -c config/train.json

Test

python main.py -p test -c config/test.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages