Lidar_AI_Solution icon indicating copy to clipboard operation
Lidar_AI_Solution copied to clipboard

how to convert std::vector<Eigen::Matrix4f> object which size is 6 to nv::Tensor[1,6,4,4] for CUDA_bevfusion in c++?

Open bujianyiwang opened this issue 1 year ago • 2 comments

bujianyiwang avatar Sep 19 '23 06:09 bujianyiwang

You can get a pointer to the raw data of nv::Tensor and assign it to Eigen?

hopef avatar Sep 26 '23 02:09 hopef

I finish it,thanx

bujianyiwang avatar Sep 26 '23 02:09 bujianyiwang