convolutional_occupancy_networks
convolutional_occupancy_networks copied to clipboard
RuntimeError: cannot join current thread" by running "python generate.py configs/pointcloud_crop/demo_matterport.yaml"
Hi Peng, Thanks for your great work. I ran the "python generate.py configs/pointcloud_crop/demo_matterport.yaml" and got the question of "RuntimeError: cannot join current thread", detailed as follows:
Could you help me in that regard? Thank you.
the same issue from my trail
This never happened to me before, so I will investigate it a bit and get back to you.
On Wed, 7 Dec 2022, 07:44 Barnone @.***> wrote:
the same issue from my trail
— Reply to this email directly, view it on GitHub https://github.com/autonomousvision/convolutional_occupancy_networks/issues/55#issuecomment-1340470739, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADNJ3IQVHTI347PYHLMMVGDWMAW3HANCNFSM6AAAAAAR5EZ5SI . You are receiving this because you are subscribed to this thread.Message ID: <autonomousvision/convolutional_occupancy_networks/issues/55/1340470739@ github.com>
I wonder if you have found the solution to this issue?
For reference:
libtiff 4.2.0 hecacb30_2
libwebp-base 1.2.4 h5eee18b_0
libxcb 1.15 h7f8727e_0
libxml2 2.9.14 h74e7548_0
lz4-c 1.9.3 h295c915_1
matplotlib 3.0.3 py36_1 conda-forge
matplotlib-base 3.0.3 py36h5f35d83_1 conda-forge
mkl 2020.2 256
mkl-service 2.3.0 py36he8ac12f_0
mkl_fft 1.2.0 py36h23d657b_0
mkl_random 1.1.1 py36h0573a6f_0
more-itertools 8.12.0 pyhd3eb1b0_0
ncurses 6.3 h5eee18b_3
protobuf 3.17.2 py36h295c915_0
py 1.11.0 pyhd3eb1b0_0
pyembree 0.1.4 py36h637b7d7_1001 conda-forge
pyparsing 3.0.4 pyhd3eb1b0_0
pyqt 5.9.2 py36h05f1152_2
pytest 4.0.2 py36_1001 conda-forge
python 3.6.7 h357f687_1008_cpython conda-forge
python-dateutil 2.8.2 pyhd3eb1b0_0
pytz 2021.3 pyhd3eb1b0_0
pywavelets 1.1.1 py36h7b6447c_2
pyyaml 3.13 py36h14c3975_1001 conda-forge
qt 5.9.7 h5867ecd_1
readline 8.2 h5eee18b_0
scikit-image 0.14.1 py36hf484d3e_1004 conda-forge
scipy 1.1.0 py36h7c811a0_2
setuptools 58.0.4 py36h06a4308_0
sip 4.19.8 py36hf484d3e_0
six 1.16.0 pyhd3eb1b0_1
sqlite 3.40.0 h5082296_0
tensorboardx 1.4 py_0 conda-forge
tk 8.6.12 h1ccaba5_0
toolz 0.11.2 pyhd3eb1b0_0
torch 1.9.1+cu111 pypi_0 pypi
torch-scatter 2.0.9 pypi_0 pypi
torchaudio 0.9.1 pypi_0 pypi
torchvision 0.10.1+cu111 pypi_0 pypi
tornado 6.1 py36h27cfd23_0
tqdm 4.28.1 py_0 conda-forge
trimesh 2.37.7 py_0 conda-forge
typing_extensions 4.1.1 pyh06a4308_0
wcwidth 0.2.5 pyhd3eb1b0_0
wheel 0.37.1 pyhd3eb1b0_0
xz 5.2.8 h5eee18b_0
yaml 0.1.7 had09818_2
zipp 3.6.0 pyhd3eb1b0_0
zlib 1.2.13 h5eee18b_0
zstd 1.5.2 ha4553b6_0
Hi Peng, Thank you so much for this exciting repo!
I also encounter the same problem. For "RuntimeError: cannot join current thread", it can be resolved by updating tqdm to version 4.31.1 in my case.
Still, I haven't found a solution for "RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR".
Just solved this issue with #33 solution! Thanks~