Instant Volumetric Head Avatars 论文解析

    概述

    本篇论文介绍了一种使用Instant-ngp加速的NeRF与人体参数化模型结合的工作。
    本文将会尝试介绍它的原理以及运行作者提供的代码。
    INSTA parper主页https://zielon.github.io/insta/
    code https://github.com/Zielon/INSTA

    ppt

    结合网络上的资料和自己的理解,写了一个解析ppt:

    原理

    deformation gradient
    https://www.continuummechanics.org/deformationgradient.html

    CUDA调用RT核心进行加速:
    GTC 2020: Working with Tensor Cores and RTCore for compute

    代码

    我将会尝试在WSL2 中运行
    配置vulkan 环境
    https://zhuanlan.zhihu.com/p/576320322
    最后使用windows 运行了