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

what the difference between pckh and pckh_origin_res? #3

Closed 738654805 closed 5 years ago

738654805 commented 6 years ago

as mentioned above

zhiqiangdon commented 5 years ago

Hi @738654805,

pckh_origin_res is computed on the original image resolution (before the cropping). pckh is calculated on the 64x64 resolution (the resolution of predicted heatmaps).

738654805 commented 5 years ago

@zhiqiangdon thx