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 think I've run into the same issue, @zhiltsov-max and I were discussing on the PR but we are moving here since I think this is more to the point of the issue. I have this json backup file from localhost:8080/api/jobs/10/annotations?scheme=json. annotations.json
This file has several skeleton tracked shapes both with and without points. When trying to export, it tried to interpolate the skeleton shapes and throws the broadcast error identified above: ValueError: operands could not be broadcast together with shapes (0,) (4,).
My intuition tells me that skeleton tracks should not try to be interpolated and only use the points, since the skeleton is simply a "composite annotation". That seems to work correctly when I cleaned out the skeletons with no points.
Actions before raising this issue
Steps to Reproduce
ValueError: operands could not be broadcast together with shapes (0,) (4,)
Expected Behavior
Successfully export coco keypoints annotations
Possible Solution
No response
Context
No response
Environment
The text was updated successfully, but these errors were encountered: