city-super/Octree-GS

Questions about SIBR_viewers browser display and source code

xdw-123 opened this issue · 16 comments

Thanks to the author, I encountered two problems:
One is to download your public exe execution program, where the -s and -m parameters point to that path specifically. What I understand is that -s points to the colmap generated folder, and -m is the model generated by output. The picture below is what I ran. As a result, the model cannot be viewed
微信图片_20240416151056

Second, when compiling the source code of SIBR_viewers, it was found that the CudaRasterizer::Rasterizer::visible_filter function did not seem to be uploaded to the public.

Thank you for your reply. I found that there seems to be no color_mlp.pt, cov_mlp.pt, embedding_appearance.pt, and opacity_mlp.pt files in the generated model. I ran train_db.sh directly and downloaded the test data sets drjohnson and playroom. Are there any missing steps? Will the function mentioned above be made public?

We fix the second problem you raised. you can replace diff-gaussian-rasterization with https://github.com/tongji-rkr/diff-gaussian-rasterization

if you set appearance_dim>0, embedding_appearance.pt will appear.

Thank you for your reply. What parameters need to be modified for these files to come out?
image

This is the default result.
Did these documents not appear after your training? Could you give me a screenshot.

I was also quite puzzled after seeing your screenshot of the operation.

Your training is fine, you can find the required files in point_cloud/iteration_40000.
But I'm not sure if viewers will work on Linux, since I compiled it on Win11.

You need to move the files to get the structure shown above.

image
image
image
image
Thank you for your reply. I will move the file according to your idea. The execution file still cannot be displayed.

image

Please create a new directory and paste the content you want into it according to this structure

This may be a legacy issue for Scaffold–GS viewers, which I will resolve as soon as possible.

Thank you for your reply. It is indeed necessary to create a new document and reposition the file. I now see the model.

We update the viewers. The latest viewer can directly rendering without changing the file structure.