We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
avoid_coll_boxes_bv_corners = bbox3d2bevcorners(avoid_coll_boxes) sampled_cls_bboxes_bv_corners = bbox3d2bevcorners(sampled_cls_bboxes) coll_query_matrix = np.concatenate([avoid_coll_boxes_bv_corners, sampled_cls_bboxes_bv_corners], axis=0) coll_mat = box_collision_test(coll_query_matrix, coll_query_matrix) 这里的box_collision_test()接收的参数为什么两个是相等的?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
3. box_collision_test
The text was updated successfully, but these errors were encountered: