-
Notifications
You must be signed in to change notification settings - Fork 128
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
Issues with custom Training Data #78
Comments
Hi, I have the same problems with you when runing my own datasets which is like "load points_xyz torch.Size([0, 3])", may I ask you have found the solution to this problem? |
I think that this problem mainly comes from the previous filtering process consisting of several steps, you probably need to check each step for number decreasing. |
请问您已经找到了这个问题的解决方案?我在更换了MVSNet的模型后,也遇到了这个问题 |
你好,后续工作没有在pointnerf基础上进行展开了
…------------------ Original ------------------
From: iszhihao ***@***.***>
Date: Thu,May 16,2024 11:23 AM
To: Xharlie/pointnerf ***@***.***>
Cc: jmchensc ***@***.***>, Comment ***@***.***>
Subject: Re: [Xharlie/pointnerf] Issues with custom Training Data (Issue #78)
嗨,我在运行自己的数据集时遇到了同样的问题,就像“加载points_xyz火炬。Size([0, 3])“,请问您已经找到了这个问题的解决方案?
请问您已经找到了这个问题的解决方案?我在更换了MVSNet的模型后,也遇到了这个问题
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
您好,可以问一下个人pointnerf数据集是怎么制作的吗 |
Hi,
I'm trying to train PointNerf on my Custom Data, which is very similar to Nerf Synthetic COLMAP data, but I'm having trouble loading my point cloud
although the fused.ply seems fine
I'm not sure what could be going wrong
The text was updated successfully, but these errors were encountered: