MIScnn
MIScnn copied to clipboard
Architectures wiki page has wrong paper links for Compact and Dense U-Net
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".
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
- [x] Fixed incorect architecture references in wiki
Cheers, Dominik