Ethibear

Results 4 comments of Ethibear

Problem is solved by run "python setup.py build_ext --inplace" in the virtual environment. This commond leads to an error below, but it doesn't matter. ![image](https://user-images.githubusercontent.com/33983604/182439512-eb2e10a8-838f-44c9-9b71-d5ed6c9523ac.png) The key point is the...

Use this file bvh_cuda_op.cu(28.5K) found in https://gist.github.com/conorcodes/612f3358f0c2569f26e07c5fd86345fe to replace the file (37.1k) of the same name in torch-mesh-isect\src

sudo ./ mine_eth.sh Using administrator rights works.

The problem is solved by change the indices of label from [1, N] to [0, N-1]. After debugging, I found error occured on the following 284. (./mmskeleton/mmskeleton/processor/recognition.py) I checked the...