3DIAS_PyTorch
3DIAS_PyTorch copied to clipboard
AttributeError: module 'torchmcubes_module' has no attribute 'mcubes_cuda'
Hey, thank you for your excellent work. I encountered a problem while running the demo. py file. Can you help me take a look
pythone demo.py --device "0" --inputimg "./input/2.png" --config "./weights/single/chair/config.json" --resume "./weights/single/chair/checkpoint-epoch546.pth"
load model
Traceback (most recent call last):
File "demo.py", line 77, in
Hi,
torchmcubes library has two different versions: pip version and git repo verison.
We used git repository version which supports cuda calculation
As noticed in README.md, see here