You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I hope this solves the issue. Otherwise, please let me know.
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](https://private-user-images.githubusercontent.com/74006329/306804108-0128b177-c305-4daa-8a7d-b59eb9057162.svg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODQzNDAsIm5iZiI6MTczOTI4NDA0MCwicGF0aCI6Ii83NDAwNjMyOS8zMDY4MDQxMDgtMDEyOGIxNzctYzMwNS00ZGFhLThhN2QtYjU5ZWI5MDU3MTYyLnN2Zz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE0MjcyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdhMjQ4ZDU1OGE1MjQ0ZDczMmIzNTA3YzAyNzIzZDZmNjFhMjg1ODA0NTM3MzBmZTkwZjA5ZGU5NDZjNDM2ZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VQ04hs6iiAWIgRIWckqzk5pkyskmMnQeQRx8G_AAU0M)
![confusion_matrix](https://private-user-images.githubusercontent.com/74006329/306804115-786e34f2-54ef-41ff-b087-d841c2462b66.svg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODQzNDAsIm5iZiI6MTczOTI4NDA0MCwicGF0aCI6Ii83NDAwNjMyOS8zMDY4MDQxMTUtNzg2ZTM0ZjItNTRlZi00MWZmLWIwODctZDg0MWMyNDYyYjY2LnN2Zz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE0MjcyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0ZDhkYzQxYzA3M2JiYTM2MjdhZjExYTczMjRkMTMwMWY5MWVmODRlNGRjYzBlMWM0MzI5NjRkOTRiNzdhMmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JwWCtF_al9GKqyrW_pIkshdFxI1g-usndSQAqWO8Aac)
The text was updated successfully, but these errors were encountered: