During testing, the following script error report:
0it [00:00, ?it/s]./sample_images/ryota.png ./sample_images/ryota_mask.png
error cannot marching cubes
cannot unpack non-iterable int object
Can not create marching cubes at this time.
1it [00:08, 8.68s/it]
I download and install the following version to update file:
During testing, the following script error report:
0it [00:00, ?it/s]./sample_images/ryota.png ./sample_images/ryota_mask.png error cannot marching cubes cannot unpack non-iterable int object Can not create marching cubes at this time. 1it [00:08, 8.68s/it]
I download and install the following version to update file:
ライブラリー取得
!pip install torch !pip install torchvision !pip install ‘git+https://github.com/facebookresearch/pytorch3d.git'
but the problem persist. Can Anyone help me?