salinasJJ / BBpose

Human Pose Estimation using Soft-gated Skip Connection and base Hourglass Networks. Implemented in Tensorflow 2.
MIT License
29 stars 11 forks source link

Code explanation #3

Open 3monochloride4 opened 3 years ago

3monochloride4 commented 3 years ago

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:

  1. In bbpose/train/metrics.py what does exclude mean? and where did you get the number?
  2. 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?