Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
This repository was 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

@TreB1eN

Description

@TreB1eN

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions