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

Transform_train for custom dataset #187

Open
PrarthanaShah opened this issue Sep 12, 2023 · 1 comment
Open

Transform_train for custom dataset #187

PrarthanaShah opened this issue Sep 12, 2023 · 1 comment

Comments

@PrarthanaShah
Copy link

I am trying to train a custom dataset. For that I am using custo,.py script and hence the 'type' in config.yaml is set to 'custom'. I would like to know that under what circumstances the crop method generates 0 valid_idxs? Also, what is the use of 'xyz = xyz_middle * self.voxel_cfg.scale' in transform_train method?

@thangvubk
Copy link
Owner

The custom dataset is the base dataset only. For specific custom dataset, you may need to write additional dataset class.
xyz = xyz_middle * self.voxel_cfg.scale is to transform point scale to voxel scale before doing some transformations.

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

2 participants