Hello,
After multiple attempts to install TorchSparse, I found that the versions currently available on their GitHub page do not include 1.4.0, which is recommended for use with LaserMix.
I was able to successfully install TorchSparse 2.0.0 with CUDA 11.8 (it does not work with CUDA 11.3, which is the version currently advised). However, LaserMix also requires MMCV<2.1.0 (I received the following error during training: AssertionError: MMCV==2.2.0 is used but incompatible. Please install mmcv>=2.0.0rc4, <2.1.0.). Installing this version of MMCV seems to require an older CUDA version, which conflicts with the version needed for TorchSparse.
At the moment, it appears that setting up all the dependencies required to run LaserMix is not feasible.
If possible, I would greatly appreciate any guidance or an update to resolve this dependency issue. I am very enthusiastic about LaserMix, as I am currently writing a review of machine learning frameworks for classifying automobile LiDAR data (due February 2026).
Kind regards