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

Potential draw_graph function fix for issue #52 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented May 8, 2020

This is just a suggestion for a possible fix for the draw_graph function. The first thing it does is restrict edge_confidence to the indices where lines != -1 (that is, it restricts edge_confidence to the output layers corresponding to non-parent keypoints). I think this should work for all graphs - but maybe I've overlooked something. It at least works for the graph I described in issue #52. The second thing it does is check to see if the keypoints don't exist, in which case a line is not drawn.

@jgraving jgraving self-assigned this May 12, 2020
@stale
Copy link

stale bot commented May 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Issue has been inactive for 7 days label May 19, 2020
@jgraving jgraving added the bug Something isn't working label May 25, 2020
@stale stale bot removed the stale Issue has been inactive for 7 days label May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants