cubvh
cubvh copied to clipboard
CUDA Mesh BVH tools.
when I run pip install cubvh, I encountered this problem. But I'm sure that I had installed eigen. I try to solve this by mapping Eigen to its parent path:...
A version of PyTorch (mine is torch2.1.2+cu121) requires C++ 17 for its compliation. Directly running ```bash pip install . ``` results in the errors including: ``` /home/******/miniconda3/envs/******/lib/python3.10/site-packages/torch/include/c10/util/C++17.h:27:2: error: #error You...
### error message #### If you haven't download eigin and find_eigen() try to download it for you, it will cause this problem. fatal error: Eigen/Dense: No such file or directory...
I've got an error when tried to build locally, via ```pip install .``` ``` In file included from /home/ubuntu/projects/cubvh/src/bindings.cpp:3: /home/ubuntu/projects/venv/lib/python3.10/site-packages/torch/include/pybind11/eigen.h:12:10: fatal error: eigen/matrix.h: No such file or directory 12 |...
Hello ashawkey, your work is marvelous and I just have a small question. Since I do not want to do any change to my mesh, can I just modify the...
I just run the command "pip install git+https://github/ashawkey/cubvh" and got problem below: =============================== Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...
I'm using this for https://github.com/guochengqian/Magic123 (venv_magic123) (base) wakeel_furqan@coeai-bahria:~/Magic123-main$ pip install git+https://github.com/ashawkey/cubvh Collecting git+https://github.com/ashawkey/cubvh Cloning https://github.com/ashawkey/cubvh to /tmp/pip-req-build-3ka8odv8 Running command git clone --filter=blob:none --quiet https://github.com/ashawkey/cubvh /tmp/pip-req-build-3ka8odv8 Resolved https://github.com/ashawkey/cubvh to commit d3e923c90e56974d39f57c2e2b9bf372d2e45870...
Can you tell me what torch and CUDA version I have to install? Installation failed with my environment (1.12.0+cu116 + python 3.9)
Error when using command "pip install -e ." I've tried solutions [here](https://blog.csdn.net/JanKin_BY/article/details/121703612), but ending up with "cannot find Eigen/Dense". I've also solutions [here](https://blog.csdn.net/weixin_44003563/article/details/121380742?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default-0-121380742-blog-121703612.235^v27^pc_relevant_default_base1&spm=1001.2101.3001.4242.1&utm_relevant_index=3) but met another problem. Please help me....
https://github.com/ashawkey/cubvh/blob/main/setup.py#L39 This line will miss Eigen when the versions contain `0`, for example, Eigen 3.4.0.