Hoàng Anh Hiệp
Hoàng Anh Hiệp
the same question
I think you haven't complied for emd and cd, refer this for colab: %cd extensions/chamfer_distance !python setup.py install %cd ../earth_movers_distance !python setup.py install
> Pay attention to add ImageSets files Hello bro, Can you tell me what is the ImageSets files?
Thank you bro, you save my life =)))
the same question
open bashrc file and add following commands: export PATH="/usr/local/cuda-11.6/bin:$PATH" export LD_LIBRARY_PATH="'usr/local/cuda-11.6/lib64:$LD_LIBRARY_PATH" export CUDA_HOME=/usr/local/cuda-11.6 replace '11.6' corresponding with your cuda version
I got the same thing. I found that this module seem not to use so i commented it
> Given my version of Mathematica and Matlab, I've had success with opening a terminal in Ubuntu and typing > > ```shell > export LD_LIBRARY_PATH=/usr/local/Wolfram/Mathematica/11.3/SystemFiles/Links/MathLink/DeveloperKit/Linux-x86-64/CompilerAdditions:$LD_LIBRARY_PATH > ``` > > to...
I already fixed this error by using this command: pip --no-cache-dir install OpenEXR It installed OpenEXR 1.38 with Imath. However, there was a new error occurred: File "process_exr.py", line 26,...
> I found solution, this was the PyTorch issue for me. To fix this, first open `/home/user/.local/lib/python3.6/site-packages/torch/utils/cpp_extension.py`, and comment `flags.append('-gencode=arch=compute_{},code=sm_{}'.format(num, num))` around ln1441 in cpp_extension.py. Now, you can run `make.sh`...