Christoph Sager

Results 37 comments of Christoph Sager

I finished the color dialog and I think the `LabelConfig()` class is now final. (I also noticed that to allow users the renaming of classes would require a refactoring that...

> The unification of the label definitions across two modes looks good to me. A bit confused about the startup dialog - what did you implement? I see some changes...

Oh, seems like they just overwrite the default font color with white. I am surprised they do that without (to my knowledge) the app stating it supports dark mode. I...

Hi @chingyulin, I added a branch with the above described fix: [`sager/fix-max-darkmode`](https://github.com/ch-sa/labelCloud/tree/sager/fix-mac-darkmode) Could you install and try it, cause I don't have access to a Mac right now...

To bad. I am not sure how MacOS is applying the styles. But apparently overwriting them on the app level doesn't help. Maybe you can have a look if you...

Hey @imntl, did you manage any progress on this problem? I am looking into the same issue, especially understanding the effect on performance for including 3D pose. Would really like...

Hi @iloveai8086, I get the reason for this but this feature is currently not planned for labelCloud as it should be kept as small and simple as possible.

@Divelix thanks for the detailed clarification. So basically we would need to support reading the calibration files for every point cloud, right? Are you interested in creating a PR for...

Great, will have a look at it tomorrow! And I can then add the config option. Do you have an example point cloud with calib and label file you could...