Skip to content
#

3d-cnn

Here are 48 public repositories matching this topic...

The PyTorch re-implement of a 3D CNN Tracker to extract coronary artery centerlines with state-of-the-art (SOTA) performance. (paper: 'Coronary artery centerline extraction in cardiac CT angiography using a CNN-based orientation classifier')

  • Updated Aug 30, 2021
  • Python
NicoRenaud
NicoRenaud commented Oct 27, 2020

The function _get_relevance of NeuralNet (that is called at each epoch) is really slow and takes up to a few hours on cartesius when training on 001-003 of BM5. In comparison the training during the epoch takes about 2 hours .This is due to the fact that for each molecule we open the hdf5, read the irmsd and close the hdf5. We could instead preload the irmsd during the data preprocessing when

This Repo contains the updated implementation of our paper "Weakly supervised 3D classification of chest CT using aggregated multi-resolution deep segmentation features", Proc. SPIE 11314, Medical Imaging 2020: Computer-Aided Diagnosis, 1131408 (16 March 2020)

  • Updated Jun 18, 2020
  • Python

Improve this page

Add a description, image, and links to the 3d-cnn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 3d-cnn topic, visit your repo's landing page and select "manage topics."

Learn more