ingra14m / Deformable-3D-Gaussians

[CVPR 2024] Official implementation of "Deformable 3D Gaussians for High-Fidelity Monocular Dynamic Scene Reconstruction"
https://ingra14m.github.io/Deformable-Gaussians/
MIT License
884 stars 49 forks source link

有关D-NERF数据集的疑问 #53

Closed ljcccccccccccccccccc closed 5 months ago

ljcccccccccccccccccc commented 5 months ago

我打算训练D-Nerf,结果报错 File"D:\pythonProject\Deformable-30-Gaussians\scene__init_py",line 64,in init assert False,"could not recognize scene type!AssertionError:Could not recognize scene type! 在代码中检查发现是数据集的文件夹中没有特定的一些文件 image 我在想是不是我数据集下载的有错误,可能我问的问题很蠢,烦请作者解惑一下,谢谢

haliphinx commented 5 months ago

运行的时候 -s 后面的路径需要指向特定的testcase文件夹,比如D-Nerf/trex。通常d-nerf数据集下载下来文件结构就是正确的,可以确认该文件夹下应该有“transforms_train.json" 这个文件。也有可能是路径写的有问题,没有定位到需要的文件地址。

ljcccccccccccccccccc commented 5 months ago

运行的时候 -s 后面的路径需要指向特定的testcase文件夹,比如D-Nerf/trex。通常d-nerf数据集下载下来文件结构就是正确的,可以确认该文件夹下应该有“transforms_train.json" 这个文件。也有可能是路径写的有问题,没有定位到需要的文件地址。

成功了 万分感谢!