OpenPCDet icon indicating copy to clipboard operation
OpenPCDet copied to clipboard

fix: iou3d windows build compatibility errors

Open yihuajack opened this issue 2 years ago • 0 comments

Fix #681.

  1. const float -> constexpr float, referring to https://github.com/opencv/opencv/issues/13491, https://github.com/opencv/opencv/pull/13960, and https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#const-variables
  2. rename check_rect_cross function to resolve name conflicts
  3. change long into int32_t (unsigned long long seems no problem yet)

yihuajack avatar Jul 24 '22 07:07 yihuajack