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
when I ran the debug.py file using following command: python debug.py --phi 0 --annotations linemod SSD/ --object-id 1
the error show up like this
and I found that the problem is in this line shown below, the output is empty(annotations = [ ]).
Once I disable the 6dof-augmentation option, my annotation result can be visualized.
And another problem is why my 6d-pose bbox is always rotated 90 degrees ?
The text was updated successfully, but these errors were encountered:
when I ran the debug.py file using following command:
python debug.py --phi 0 --annotations linemod SSD/ --object-id 1
the error show up like this
and I found that the problem is in this line shown below, the output is empty(annotations = [ ]).
Once I disable the 6dof-augmentation option, my annotation result can be visualized.
And another problem is why my 6d-pose bbox is always rotated 90 degrees ?
The text was updated successfully, but these errors were encountered: