zhj296409022
zhj296409022
> > 可以用的,要重新编一下runtime工程,兼容一下arm64 > > 老哥,详细说下流程呗,我再m1 mac上机器重新编译了tolua runtime,把xlua.bundle 放入工程打包,运行起来会报 DllNotFoundException: tolua @ivan99k 兄弟,这个问题你解决了吗
这个问题解决了吗,导出来的颜色不是白就是灰黑。
The code is here ```Python angle = np.radians(180) # 将角度转换为弧度 rotation_matrix = np.array([[np.cos(angle), 0, np.sin(angle), 0], [0, 1, 0, 0], [-np.sin(angle), 0, np.cos(angle), 0], [0, 0, 0, 1]]) rotated_pose=np.dot(rotation_matrix,pose) ```
I'm also curious about this question. Does anyone know why?
clamp render colors to (0,1) may help reduce wired color. 
` FAILED: pixsfm/base/irls_optim_test : && /usr/bin/x86_64-linux-gnu-g++ -fvisibility=hidden -fPIC -std=c++14 -mavx2 -mf16c -mfma -DEIGEN_MAX_ALIGN_BYTES=16 -DEIGEN_MAX_STATIC_ALIGN_BYTES=16 -DEIGEN_DONT_VECTORIZE -O3 -DNDEBUG -rdynamic pixsfm/base/CMakeFiles/irls_optim_test.dir/src/irls_optim_test.cc.o -o pixsfm/base/irls_optim_test -Wl,-rpath,/usr/lib/x86_64-linux-gnu/hdf5/serial pixsfm/libpixsfm.a /usr/local/lib/libgtest.a /usr/local/lib/libgtest_main.a /usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.so -lcrypto -lcurl -Wl,-Bstatic -lpthread...
When using both CMake and pip, I encounter this issue. If I disable TESTS_ENABLED, the compilation can pass, but it seems that no content is compiled under pixsfm._pixsfm directory.
@jianghr-shanghaitech 解决了吗,导出来的模型颜色好像都是灰色。
If the splats are small enough, is there a way to get an approximate depth map? I just want to place something on the object surface. Also, the scene may...