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

Do you use rgb to generate features during preprocessing? #21

Closed
LZDSJTU opened this issue Apr 11, 2018 · 1 comment
Closed

Do you use rgb to generate features during preprocessing? #21

LZDSJTU opened this issue Apr 11, 2018 · 1 comment

Comments

@LZDSJTU
Copy link

LZDSJTU commented Apr 11, 2018

I want to train without rgb and I succeed.
I want to know that if you use rgb to generate other features when preprocessing the original data? Because if you use rgb, maybe I need to re-generate the spg and feature files. If you do not use rgb during preprocessing, I can just omit the rgb value and train.

@loicland
Copy link
Owner

We do not use the rgb values to generate the spgs for semantic3d, but use them for s3dis. You can easily change it line 156 of /partition/partition.py if need be.

What's crucial however is that you retrain the models from scratch for the inference with option --pc_attribs "xyzelpsv", as described in issue#11. Do not use our pretrained models without rgb as it will perform very badly.

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