FAST-SNARF[1] 其实smpl-deform+D-nerf是一个非常直观的操作,从姿势空间去找标准空间的姿势,但是一个麻烦的点就是,我们所有的蒙皮权重都是用的标准空间的蒙皮权重,而非是姿势空间的蒙皮权重,找的最近邻变化之后,这和预想中的变化肯定是有区别的。这一部分可以看instantAvatar论文中的对比。 为了解决这个问题,SNARF...
import os import glob import hydra import torch import numpy as np import pytorch_lightning as pl from lib.trainer import SNARFModel @hydra.main(config_path="config", config_name="config") def main(opt): print(opt.pretty()) pl.seed_everything(42, workers=True) torch.set_num_threads(10...
ESN snarfing 1st edition《Totse Com》
Breadcrumbs fast-snarf / assets/ Directory actions More optionsLatest commit xuchen-ethz init release a8f7712· Nov 28, 2022 HistoryHistoryFolders and files Name Last commit message Last commit date parent directory .. 1.gif init release Nov 28, 2022 teaser.png init release Nov 28, 2022 ...