You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is based on [Pixel2mesh](https://github.com/nywang16/Pixel2Mesh), where the GCN block and the mesh loss are mainly from it.
24
-
The point feature extraction is partially referred to [PointNet++](https://github.com/charlesq34/pointnet2).
23
+
This code is partially referred to [voxelmorph](https://github.com/voxelmorph/voxelmorph), where the GCN block and the mesh loss are mainly from it.
This repository is based on Python2.7, Tensorflow and Tensorlayer.
28
-
The version of the main packages is as follows,
29
-
- Tensorflow==1.7.0
30
-
-tflearn
26
+
This repository is based on Python3.6, Tensorflow and Keras.
27
+
The versions of the main packages are as follows,
28
+
- Tensorflow==1.5.0
29
+
-Keras==2.2.4
31
30
32
31
## Dataset:<aid="Dataset"/>
33
-
Our network is trained based on UKBB dataset. The input contours are extracted from manual segmentation results, and the groun-truth is generated by traditional method (deforming a template mesh conditioned by the corresponding contours). If you want to train MR-Net by yourself but have no access to the UKBB, ACDC dataset could be another option.
32
+
Our network is trained and tested based on UKBB cardiac MR images. If you want to train DDIR by yourself but have no access to the UKBB, ACDC dataset could be another option.
Use the following command to test the MR-Net. Chamfer Distance (CD), Earth Mover Distance (EMD), Hausdorff Distance (HD) and Point cloud to point cloud (PC-to-PC) error are evaluated in this paper.
41
+
Use the following command to test the DDIR. Dice score, Hausdorff Distance (HD) and several clinical indices are evaluated in this paper.
0 commit comments