conda create -n diffindscene python=3.9 conda activate diffindscene Step 2. Install dependencies by pip pip install -r requirements.txt Step 3. Setup the torchsparse library # for now, we do not support the newest version of torchsparse # please compile from source code. git clone git@...