Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A confused question in the data_transformer.cpp #3

Closed
r1c7 opened this issue Jan 23, 2017 · 1 comment
Closed

A confused question in the data_transformer.cpp #3

r1c7 opened this issue Jan 23, 2017 · 1 comment

Comments

@r1c7
Copy link

r1c7 commented Jan 23, 2017

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.

@ZheC
Copy link
Owner

ZheC commented Feb 6, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants