You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
Am I missing something?
Thanks in advance!
The text was updated successfully, but these errors were encountered: