torchmcubes
torchmcubes copied to clipboard
Marching cubes implementation for PyTorch environment.
I used the following command to build: `pip install git+https://github.com/tatsy/torchmcubes.git` However, CMake throws an error. Here are parts of the log: ``` 2025-03-14 14:48:10,054 - scikit_build_core - WARNING - cmake...
 Trying to setup TripoSR on WSL but the wheel building eats all available memory (64GB) and gets killed Running pip install git+https://github.com/tatsy/torchmcubes.git produces the same crash
hello I amt trying to use tripo SR/ tripoSG, but i ma getting failifures when it gets to the requriement for torchmcubes, I tried running the torchmcube requriement separate, but...
This should fix #25 #24 #23 Fix inspired by https://discuss.pytorch.org/t/failed-to-find-nvtoolsext/179635/13
Is this implementation differentiable?
I can't install as documented: ``` (venv) PS D:\TripoSR> pip install git+https://github.com/tatsy/torchmcubes.git Collecting git+https://github.com/tatsy/torchmcubes.git Cloning https://github.com/tatsy/torchmcubes.git to c:\users\ninof\appdata\local\temp\pip-req-build-m_o8yhjt Running command git clone --filter=blob:none --quiet https://github.com/tatsy/torchmcubes.git 'C:\Users\ninof\AppData\Local\Temp\pip-req-build-m_o8yhjt' Resolved https://github.com/tatsy/torchmcubes.git to commit...
Hello TripoSR team, I have been trying to install TripoSR on a Windows 11 system and have run into a persistent and blocking issue related to the torchmcubes dependency. After...