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

Obtaining skeleton coordinates #10

Open
PavelPr opened this issue Apr 18, 2018 · 0 comments
Open

Obtaining skeleton coordinates #10

PavelPr opened this issue Apr 18, 2018 · 0 comments

Comments

@PavelPr
Copy link

PavelPr commented Apr 18, 2018

Hi!

Thank you for publishing your work!

I was looking through the code for a way to visualize detections as skeletal coordinates. I was indeed able to find a drawSkeleton() function, which, in itself is being called by drawOuptput() and drawFeature(). Yet, in all calls to drawOutput() the "coords" argument is omitted, while there are no calls to drawFeature() at all. The following condition (in drawOutput()) is thus never satisfied:

if coords then
    im = drawSkeleton(input, coords, hms)
end

Am I missing something?

Thanks in advance!

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

1 participant