使用Instant-ngp中的编码技术,使Neus可以更快的进行inference,大概只需要5~10min生成一个模型

NVlabs/instant-ngp: Instant neural graphics primitives: lightning fast NeRF and more (github.com)
zhaofuq/Instant-NSR: Pytorch implementation of fast surface resconstructor (github.com)
kwea123/ngp_pl: Instant-ngp in pytorch+cuda trained with pytorch-lightning (high quality with high speed, with only few lines of legible code) (github.com)

neus:对无纹理的区域处理的很差

Read more »

实现了三维重建:从多视角图片中重建出了 mesh 模型

Read more »

Title NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
Author Ben Mildenhall*Pratul P. Srinivasan*Matthew Tancik*Jonathan T. BarronRavi RamamoorthiRen Ng
Conf/Jour ECCV 2020 Oral - Best Paper Honorable Mention
Year 2020
Project NeRF: Neural Radiance Fields (matthewtancik.com)
Paper NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis (readpaper.com)

NeRF(Neural Radiance Fields)是一种用于生成逼真三维场景的计算机图形学方法。通过神经网络对场景中的每个空间点进行建模,NeRF可以估计每个点的颜色和密度信息。利用渲染方程,NeRF能够合成高质量的逼真图像。相较于传统的渲染方法,NeRF能够处理复杂的光照和反射效果,广泛应用于虚拟现实、增强现实、电影制作和游戏开发等领域。然而,NeRF方法仍面临一些挑战,如计算复杂度和对训练数据的依赖性。研究人员正在不断改进NeRF,以提高其效率和扩展性。

Read more »

Python中opencv的学习和使用,可以操作图片,跟ps中知识挺像的hhh

Read more »

参考 Github 上的教程学习
一个连 python 都没有完全学会的菜鸡来学爬虫

Read more »