frankkramer-lab / MIScnn

A framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning
GNU General Public License v3.0
398 stars 116 forks source link

Architectures wiki page has wrong paper links for Compact and Dense U-Net #55

Open uvbkq opened 3 years ago

uvbkq commented 3 years ago

Hi, I noticed the links provided for the papers associated to the Compact and Dense U-Net architectures are wrong. Both links are pointing to the ResNet paper "Deep Residual Learning for Image Recognition" instead of "Optimized High Resolution 3D Dense-U-Net Network for Brain and Spine Segmentation".

muellerdo commented 3 years ago

Hey @uvbkq,

thanks for pointing out this mistake!

Strangely, I correctly cited the papers in the architecture code, but made apparently some copy&paste mistake in the wiki... https://github.com/frankkramer-lab/MIScnn/blob/master/miscnn/neural_network/architecture/unet/compact.py https://github.com/frankkramer-lab/MIScnn/blob/master/miscnn/neural_network/architecture/unet/dense.py

Cheers, Dominik