Research (연구 관련)
smplify-x install
홍돌
2020. 4. 17. 18:17
https://github.com/vchoutas/smplify-x/issues/3#issuecomment-507682801
How to fix "Cuda failure src/bvh_cuda_op.cu:877"? · Issue #3 · vchoutas/smplify-x
This is a really great work!!! Is anybody get an error when running the script, and how to fix it? (CUDA version:V9.0.176; cudnn version:7.0.5) The error is as follows: Error inside sort: radix_sor...
github.com
기본적으로 이 링크대로만 해야 한다. conda로 install하니 알 수 없는 Segmentation Fault가 Stage2에서 항상 발생한다.
단 이 링크에서, virtualenv를 만들 때 python3 -m ~로 하면 python3.7을 쓰게 되니, 안전하게 하기 위해 python3.6을 쓰도록
virtualenv --python=/usr/bin/python3.6 <path/to/new/virtualenv/>으로 virtuelenv를 만드는 것이 좋다.(https://stackoverflow.com/questions/1534210/use-different-python-version-with-virtualenv)