Skip to content
View maxrohleder's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report maxrohleder

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. deepdrr deepdrr Public

    Forked from arcadelab/deepdrr

    Code for "DeepDRR: A Catalyst for Machine Learning in Fluoroscopy-guided Procedures". https://arxiv.org/abs/1803.08606

    C 1

  2. win-pyronn win-pyronn Public

    This repository shall offer a simple method to install the pyronn-layers for windows.

    Smarty 1

  3. losses for biomedical image segmenta... losses for biomedical image segmentation
    1
    import tensorflow as tf
    2
    
    
    3
    class DiceBCELoss(tf.keras.losses.Loss):
    4
        def __init__(self, roi, smooth=1e-6, eps=1e-8, name='DiceBCE'):
    5
            """ A more stable surrogate for the dice metric
  4. DeepMaterial DeepMaterial Public

    This repository contains the code I wrote during my summer abroad at Stanford Radiological Sciences Lab. I conducted my bachelors thesis on dual-energy material decomposition using deep learning. T…

    Python

  5. simplect simplect Public

    This repository aims to provide an easy, low-dependency access to CT projection and reconstruction.

    Python