陈亮

Results 2 issues of 陈亮

I run the program on apple m1 pro with next command line and run successfully: mkdir build cd build cmake .. make cd build/apps/viewer ./3dgs_viewer ply_file_path but when I want...

在你们最新的代码中,我发现render_equation.cu似乎没有被使用。 在ext.cpp中,并没有将他暴露出来。如果我的想法有误,请指正,如果确实没有使用,我建议在github仓库中删除这两个文件。 PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { m.def("rasterize_gaussians", &RasterizeGaussiansCUDA); m.def("rasterize_gaussians_backward", &RasterizeGaussiansBackwardCUDA); m.def("mark_visible", &markVisible); }