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

misatch between gt_labels and seg_preds #74

Open
D3xter1922 opened this issue Aug 26, 2024 · 2 comments
Open

misatch between gt_labels and seg_preds #74

D3xter1922 opened this issue Aug 26, 2024 · 2 comments

Comments

@D3xter1922
Copy link

I am trying to train on my own dataset, and I am using PointSample during in my test and val pipeline. However, the gt_labels are still the labels of the entire input, and the predictions are still the predictions of the sampled points. This leads to an error in the evaluation step.
Any help on this would be appreciated.

Thanks

@filaPro
Copy link
Owner

filaPro commented Aug 28, 2024

You can try to sample point with fixed random seed, and then use the same seed to sample annotation points during metric calculation.

@D3xter1922
Copy link
Author

Thank you for your reply. Could you tell me what changes do I need to make in my val_evaluator in my config, and how to specify seed for PointSample_ ? Or the only option is to hardcode it in the metric calculation pipeline.

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