sunjesse / shape-attentive-unet

Code for our paper SAUNet: Shape Attentive U-Net for Interpretable Medical Image Segmentation. https://arxiv.org/pdf/2001.07645v3.pdf published at MICCAI 2020.
BSD 3-Clause "New" or "Revised" License
94 stars 18 forks source link

Can Shape attentive unet (SAUNet) be used for age estimation? #6

Closed annieMicheal closed 3 years ago

annieMicheal commented 3 years ago

I'm currently doing an age estimation project. Can I use Shape attentive unet (SAUNet) for estimating the age of a person. Thanks in advance.

sunjesse commented 3 years ago

Hi, thank you for your interest in our work!

SAUNet does not have a natural application for age estimation tasks as the structure of the model is designed for segmentation tasks. However, it is indeed possible to incorporate modules from this work in developing improved deep regression models that are more tailored for your task.

Best, Jesse