Skip to content
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

Train on custom dataset using crops #41

Open
raphaelsulzer opened this issue Nov 15, 2021 · 0 comments
Open

Train on custom dataset using crops #41

raphaelsulzer opened this issue Nov 15, 2021 · 0 comments

Comments

@raphaelsulzer
Copy link

Hi,

I have successfully trained ConvONet on my own object datasets before with nice results!
I have used the sample_mesh.py script from ONet to generate pointcloud.npz and points.npz (occupancy points) files.

I would now like to train the network to reconstruct very large scenes, for which I have ground truth meshes for some of them. How do I go about this?

Can I simply provide one points.npz and pointcloud.npz file per scene? How do I make sure to have enough occupancy samples per crop? Should I simply make sure to have 100k occupancy points per crop defined by voxel_size * resolution?
Or do I need to do the cropping myself?

Kind regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant