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 get the results of run test.py for an bbox, it likes this:
{'score': 0.5568161010742188, 'class': 1, 'ct': [1038.8736572265625, 510.8898010253906], 'bbox': [989.7716674804688, 479.7884216308594, 1078.92578125, 537.468017578125], 'dep': [41.123046875], 'dim': [1.5645606517791748, 1.9315428733825684, 4.52818489074707], 'alpha': -1.346496820449829, 'loc': [15.518500328063965, 4.738006591796875, 41.123046875], 'rot_y': -0.9856521099195575}
we know that it is a dict, but what are the full meaning of this keys? like 'loc'
The text was updated successfully, but these errors were encountered:
I get the results of run test.py for an bbox, it likes this:
{'score': 0.5568161010742188, 'class': 1, 'ct': [1038.8736572265625, 510.8898010253906], 'bbox': [989.7716674804688, 479.7884216308594, 1078.92578125, 537.468017578125], 'dep': [41.123046875], 'dim': [1.5645606517791748, 1.9315428733825684, 4.52818489074707], 'alpha': -1.346496820449829, 'loc': [15.518500328063965, 4.738006591796875, 41.123046875], 'rot_y': -0.9856521099195575}
we know that it is a dict, but what are the full meaning of this keys? like 'loc'
The text was updated successfully, but these errors were encountered: