Commit 89c32f94 authored by oscar's avatar oscar

注释掉没用的代码

parent 59540421
......@@ -436,8 +436,8 @@ void bev_overlap(const int num_a, float* boxes_a, const int num_b, float* boxes_
GPU_CHECK(cudaFree(b_gpu));
GPU_CHECK(cudaFree(ans_gpu));
free(a_row_ptr);
free(b_row_ptr);
//free(a_row_ptr);
//free(b_row_ptr);
}
//PYBIND11_MODULE(juefx_iou, m)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment