Update boxes_overlap_bev_npu.cpp

pull/3276/head
JYYCaN 2025-04-08 17:17:59 +08:00 committed by GitHub
parent 301a8c101b
commit a5c1b5eeea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ using namespace std;
namespace {
constexpr int32_t MODE_FLAG_OVERLAP = 0;
constexpr int32_t FORMAT_FLAG_XYZWHDR = 3;
};
}; // namespace
void iou3d_boxes_overlap_bev_forward_impl(const int num_a, const Tensor boxes_a,
const int num_b, const Tensor boxes_b,