Closed SaifAlDilaimi closed 2 years ago
Any idea @wbenbihi ??
of course it doesn't . hourglass network just regress heatmap not coordinate
of course it doesn't . hourglass network just regress heatmap not coordinate
hi, So I want to ask you a question, how do I change this loss function from sigmoid cross-entropy to mean square error @ZhuohaoMai
I'm trying to convert the
HourglassModel
class/network to a Keras model. What I have so far is;(https://gist.github.com/SaifAlDilaimi/cdacc15129fb71f905990282c20b0b35)
Now the summary of the model with 2 stacks (stages) is this:
As you see the output is not in the shape (16, 2) which contains the joints x,y... Any idea whats missing here? @wbenbihi