We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好: 非常感谢您的项目构建。我在运行eval.sh时候,采用的平台是1080Ti,直接运行会出现显存溢出的问题。请问您测试和训练的显卡最低是啥要求呀? 祝好!
The text was updated successfully, but these errors were encountered:
我把test_dataset = MVSDataset(args.testpath, args.testlist, "test", 5, args.numdepth, args.interval_scale)其中的5改成了test_dataset = MVSDataset(args.testpath, args.testlist, "test", 1, args.numdepth, args.interval_scale),4张1080Ti的话,每张是9G多的显存占用,那岂不是变成5需要40多G的显存要求。
test_dataset = MVSDataset(args.testpath, args.testlist, "test", 5, args.numdepth, args.interval_scale)
test_dataset = MVSDataset(args.testpath, args.testlist, "test", 1, args.numdepth, args.interval_scale)
Sorry, something went wrong.
您好,我也在跑mvsnet,请问您跑成功了吗?可以交流一下吗?qq 842945959
No branches or pull requests
您好:
非常感谢您的项目构建。我在运行eval.sh时候,采用的平台是1080Ti,直接运行会出现显存溢出的问题。请问您测试和训练的显卡最低是啥要求呀?
祝好!
The text was updated successfully, but these errors were encountered: