Add File
This commit is contained in:
11
pcdet/ops/iou3d_nms/src/iou3d_cpu.h
Normal file
11
pcdet/ops/iou3d_nms/src/iou3d_cpu.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef IOU3D_CPU_H
|
||||
#define IOU3D_CPU_H
|
||||
|
||||
#include <torch/serialize/tensor.h>
|
||||
#include <vector>
|
||||
#include <cuda.h>
|
||||
#include <cuda_runtime_api.h>
|
||||
|
||||
int boxes_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tensor, at::Tensor ans_iou_tensor);
|
||||
int boxes_aligned_iou_bev_cpu(at::Tensor boxes_a_tensor, at::Tensor boxes_b_tensor, at::Tensor ans_iou_tensor);
|
||||
#endif
|
||||
Reference in New Issue
Block a user