Hanying Liang

Results 5 comments of Hanying Liang

Just add the line in your .bashrc to configurate your cuda environment: export CUDA_HOME=/usr/local/cuda and source ~/.bashrc

Are you using Windows system? It is better not to use the .mat file provided in the download file, but generate it following https://github.com/YadiraF/face3d/tree/master/examples.

On windows, maybe try to replace '/' with double '\\' in line 20, 21 in dist_chamfer_3D.py to make sure "/".join(os.path.abspath(__file__).split('\\')[:-1] + ["chamfer_cuda.cpp"]) is the right path.

Hi @haishibei Do you know how to determine the values of "low", "high" and "peak" for a specified dataset? Could you please provide a demo about this? And how are...