You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read your paper, but I have a question when I check the training source code (caffe_train).
In "generateLabelMap()", line between 1840 and 1856, it seems 'count' used in 'putVecMaps()' always is zero-Mat.
The text was updated successfully, but these errors were encountered:
The 'count' is used for cross-over situation, e.g., if two left legs overlapping with each other, then in the overlapping area, each pixel will have two direction vectors (from the two legs). This situation rarely occurs and the 'count' is mostly zero-mat.
I have read your paper, but I have a question when I check the training source code (caffe_train).
In "generateLabelMap()", line between 1840 and 1856, it seems 'count' used in 'putVecMaps()' always is zero-Mat.
The text was updated successfully, but these errors were encountered: