-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在自己的数据集上使用,请问bounds是什么? #15
Comments
请问对于bounds这个参数的定义是什么?这是在custom dataset上运行必须修改的吗? |
Hi @rexainn 。欢迎使用我们的代码! 在easyvolcap里 bounds是当前数据集的粗略包围盒(bounding box),默认的sampler会控制算法在这个包围盒里进行sample。我默认的bounding box设置的比较大,除非是在大规模数据集上跑算法,用默认的即可(删掉复制出来的config里的bounds条目用的就是默认的bounds了) |
感谢您的及时回复@dendenxu 。尝试之后,报了很多这种错误: |
这个报错是因为python版本太低了,我没有特意支持过python3.7及以下的版本。推荐使用3.9或更高。当然这个位置的报错应该可以通过把这句话改成 |
@dendenxu 感谢!!还有几个小问题:
|
我们有pretrained enerf模型,可以用于泛化的看novel view。 具体例子可以参考下面两个链接: 这个文档里也有更详细的描述: |
您好!
|
您好,我现在的理解是在我自己的数据集上使用,对于从头训练和直接使用预训练模型渲染,vhulls、surfs、masks、bkgd都不是必须的?只要有images和intri、extri就可以进行对吧?额外增加这些步骤只是为了提高性能? |
以及python scripts/segmentation/inference_bkgdmattev2.py --data_root ${datadir}需要使用的torchscript_resnet101_fp32.pth并未上传 |
分割网络需要去BackgroundMattingV2这里单独下载的。我们会在doc里把这点说的更清楚。 |
是的,对于ngp和enerf这类算法,只有相机参数和图像是必须的。 |
按照https://github.com/zju3dv/EasyVolcap/blob/main/docs/misc/static.md 教程进行,复制粘贴cfg之后看到需要改变bounds,但我根本不知道他是啥,又该怎么改变呢?
The text was updated successfully, but these errors were encountered: