Hi, I am confused that what is the meaning of 25000000?
if(ret_pts)
point_list = torch::full({25000000}, 0, means3D.options().dtype(torch::kInt32));
else
point_list = torch::full({0}, 0, means3D.options().dtype(torch::kInt32));
The oom error occurs at here.