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

ClassificationEvaluator claims class does not exist, although it is present #48

Open
Gigaszi opened this issue Feb 21, 2024 · 4 comments
Assignees

Comments

@Gigaszi
Copy link

Gigaszi commented Feb 21, 2024

When running python vl3d.py --pipeline predict_mixing.json with this file predict_mixing.json, the following plots are created. The CLI also claims that the "Tree" class does not exist. However, Tree is displayed in the Confusion Matrix and the class is also contained in the predicted point cloud.
class_distribution
confusion_matrix

@Gigaszi
Copy link
Author

Gigaszi commented Feb 21, 2024

I can send the data privately

@albertoesmp
Copy link
Collaborator

albertoesmp commented Feb 22, 2024

Hi @Gigaszi

First, thank you for using the new VL3D framework. We strongly appreciate your feedback.

Could you let me know which branch you are using? I guess it is the main one, right?

Best,
Alberto

@albertoesmp albertoesmp self-assigned this Feb 22, 2024
@Gigaszi
Copy link
Author

Gigaszi commented Feb 22, 2024

Hi,
yes it was the main branch. I used the mine_transform_and_train_pipeline_pca_from_url.json for the training of the model.

@albertoesmp
Copy link
Collaborator

I think I found the problem. The classification labels start at 1, but they should start at 0. After updating the classification labels to start at zero, I got the class distribution plot below.
class_distribution

I hope this solves the issue. Otherwise, please let me know.

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