Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Is this line wrong ? found_subset_1[-2:] += score # connectionの積分値のみ加算(jointのscoreはmerge時に全て加算済み) #36

Open
TreB1eN opened this issue Oct 30, 2018 · 0 comments

Comments

@TreB1eN
Copy link

TreB1eN commented Oct 30, 2018

Hello, I may have a question about the following line in pose_detector.py
line 217:

found_subset_1[-2:] += score # connectionの積分値のみ加算(jointのscoreはmerge時に全て加算済み)

Isn't this one should be: found_subset_1[-2] += score ?

found_subset_1[-1] means the total count of added joints, there is no point to add a float score into it

Thank you !

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

No branches or pull requests

1 participant