YAN-0802 / LAHNet

A Lightweight Network for Iris Segmentation and Localization
0 stars 1 forks source link

Edge Heatmap/Loc #1

Open rkalahasty opened 2 months ago

rkalahasty commented 2 months ago

Hello, How are we supposed to get the required loc Heatmap to use the model on new images, where we don't already have the edge outlines of the iris and pupil. Is the model useless unless we already have test results?

YAN-0802 commented 2 months ago

I think it is necessary to generate loc heatmaps with edge‘s ground-truth. Specifically, the generation of edge heatmaps is referred to Look at boundary: a boundary-aware face alignment algorithm. The reference of this paper has been cited in our paper. I hope this can be helpful. Thank you for your interest in our paper.