sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 359 forks source link

own image result bad #19

Closed SSground closed 2 years ago

SSground commented 2 years ago

When I use render_imgs_circle.py the result is poor, but the psnr value is high(PSNR:27). I speculate that it is a problem of downsampling If I modify the downsampling number to 8, what do I need to change image

But use render_imgs.py the result is well

image

SSground commented 2 years ago

when I use to_svox1.py have a error image

AndreaMas commented 2 years ago

Not sure about the right answer. However, you might want to render the scene from a bit further away. This can be done with the --radius parameter. Example: python render_imgs_circle.py --radius=4.0

Usama3059 commented 2 years ago

Hey, @SSground Can you please guide me how can I try this on custom images with RGB photos as a starting point?? secondly the output is mp4 video/render images, can we extract the 3D model??

SSground commented 2 years ago

以 RGB 照片为起点的自定义图像上尝试这个吗?其次输出是 mp4 视频/渲染图像,我们可以提取 3D 模型吗?

Unable to extract mesh,And can you tell me where you went wrong so we can discuss