Snosixtyboo
Snosixtyboo
Hi, I am not sure I understand. Both a quaternion and a matrix are representations of a rotation, just expressed differently. If you need e.g. the rotation matrix, the Python...
Actually the rasterizer codebase comes with a torch-agnostic way of building a C++ library, the corresponding CMake is here: https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/c78d81f56cd5da3cf39f6201984570060128c1aa/CMakeLists.txt That's even a little closer to the pure rendering and...
I'll go ahead and close this?
Hi, it seems you have OpenCV version 4.2 installed, when CMake is looking for 4.5. Do you have both of them? If not, could you try upgrading to 4.5?
> Hi, > > it seems you have OpenCV version 4.2 installed, when CMake is looking for 4.5. Do you have both of them? If not, could you try upgrading...
Hi, I made a branch for Focal Fossa users. The executables are not usage-tested because we don't have many Linux machines, but the building should now be straightforward (works out...
sudo apt install build-essential sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 40 sudo update-alternatives --config c++ Then in the menu select g++ as the default compiler. Hope this works! I'll go...
Hi, commenting that line as you did will significantly change the math of the gradient computation and should give you very bad results. We are currently at Siggraph, but when...
> The same problem appears to me, there are 3 issues for the invalid memory now, and none of them can work out... could someone help? thanks! Hi @ray8828 ,...
@HatsuneMiku888 I finally had the time to look at your output. It seems that you are using both Python-computed covariance matrices and colors (```--convert_SHs_python``` and ```--convert_cov3D_python``` are active), any particular...