Closed zhangtingyu11 closed 10 months ago
When I change the following line in coordinate_transform.py to the following line, it works fine.
rotate_func = partial(pcd.rotate, rotation=(pcd_rotate_mat.cpu().inverse()).cuda())
When I run the train process, there are 4GB memory left in the RTX4090. I find the similar issue in pytorch3d-issue, they say it is caused by out of memory, but can the 3*3 matrix inverse occupy 4GB memory?
I want the train the MVXNet on KITTI dataset, when I use the following command to train the model, the error occurs.
And the log is:
I clone the code from the branch
main
and install following the installation guide. The main library version is as below.I have tested with the command line with the following command and it's ok
I don't know why I get the aforementioned error, hoping for your help!