Thank you very much for the code provided to us, actually I am trying to look deeper into your code to see whether I can implement this on animal pose estimation or not, and I have several questions:
In bbpose/train/metrics.py what does exclude mean? and where did you get the number?
Still in the same file, why did you concat y_pred[...,:6], y_pred[...,10:12], and y_pred[...,14:]? and where does the indexing coming from?
Thank you very much for the code provided to us, actually I am trying to look deeper into your code to see whether I can implement this on animal pose estimation or not, and I have several questions:
exclude
mean? and where did you get the number?y_pred[...,:6]
,y_pred[...,10:12]
, andy_pred[...,14:]
? and where does the indexing coming from?