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

Question about forward speed. #4

Open yzldw333 opened 5 years ago

yzldw333 commented 5 years ago

Hi, I have read your paper recently. Great work! It seems that you haven't mentioned the forward computation speed of this algorithm. In my opinion,most binary computation would speed up the computation, have you ever test it on mobile device's CPU, Inter x86 CPU or Nvidia's GPU? Thank you very much.