CU-Net icon indicating copy to clipboard operation
CU-Net copied to clipboard

Code for "Quantized Densely Connected U-Nets for Efficient Landmark Localization" (ECCV 2018) and "CU-Net: Coupled U-Nets" (BMVC 2018 oral)

Results 12 CU-Net issues
Sort by recently updated
recently updated
newest added

HI, thanks for your impressive code. When I used your code to train a native dense unet, loss.backword caused Segmentation fault, while the forward is ok. Can you help me,...

hi im wnt to use CU-net for denoising but when in fed an image with shape (1, 3, 128, 128), the output shape of 'create_cu_net' function is (1, 3. 32,...