zhiqiangdon / CU-Net

Code for "Quantized Densely Connected U-Nets for Efficient Landmark Localization" (ECCV 2018) and "CU-Net: Coupled U-Nets" (BMVC 2018 oral)
Apache License 2.0
227 stars 40 forks source link

Questions about Iterative forward pass. #5

Open yzldw333 opened 5 years ago

yzldw333 commented 5 years ago

Hi, thank u for your shared code, I have read 'models/cu-net.py' carefully, but I can't find any code about iterative refinement, can you tell me where it is. Since I am not familiar with pytorch API.

738654805 commented 5 years ago

I have read 'models/cu-net.py' and I can't find the dense ship layer between the two U-net in the code released ,whether it was just two U-net stacked together. @zhiqiangdon @yzldw333