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
I find that visualizing labeled data with the semantic-kitti-api viewer makes it way easier to find labelling mistakes, especially in low density scans. Darkening/blackening the background on the main window would make labelling way easier, in my opinion.
What do you think about this, maybe as an option?
I started working on this, and attempted
QPalette pal = app.palette();
pal.setColor(QPalette::Window, Qt::black);
app.setPalette(pal);
Which only changes the menu color, but not the main windows background. Could you point me in the right direction?
The text was updated successfully, but these errors were encountered:
I find that visualizing labeled data with the semantic-kitti-api viewer makes it way easier to find labelling mistakes, especially in low density scans. Darkening/blackening the background on the main window would make labelling way easier, in my opinion.
What do you think about this, maybe as an option?
I started working on this, and attempted
Which only changes the menu color, but not the main windows background. Could you point me in the right direction?
The text was updated successfully, but these errors were encountered: