Lidar_AI_Solution
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++?
You can get a pointer to the raw data of nv::Tensor and assign it to Eigen?
I finish it,thanx