Hengmin Wu
Hengmin Wu
For example when I try to POST data to ``` https://example.com:9999 ``` It wil happen.. Maybe I was wrong? But I do not know how to fix it.. - BTW:...
The quick-open camera operation is very unfriendly to left-handed users, and it's super easy to enter camera mode when scroll chat lists.
`savePointCloudAs` will save a frame of point cloud to a file. What if I need to save a point cloud that has been scanned continuously? Thanks.
- Updated Dockerfile to switch the Python version to 3.8. - Added necessary steps to handle the installation of Python 3.8 on Ubuntu 22.04, which does not support direct installation....
pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Collecting git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Cloning https://github.com/NVlabs/tiny-cuda-nn/ to c:\users\hm\appdata\local\temp\pip-req-build-2u1e_ok0 Running command git clone --filter=blob:none --quiet https://github.com/NVlabs/tiny-cuda-nn/ 'C:\Users\HM\AppData\Local\Temp\pip-req-build-2u1e_ok0' Resolved https://github.com/NVlabs/tiny-cuda-nn/ to commit c91138bcd4c6877c8d5e60e483c0581aafc70cce Running command git submodule update --init --recursive -q...
``` dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda()), 0.0000001) MemoryError: std::bad_alloc: cudaErrorMemoryAllocation: out of memory ``` My graphics card is RTX8000 with 48GB of memory. I also looked at #740, reconfigured the environment, and...