Christoph Sager
Christoph Sager
Hi @eldar, exactly, the process is... 1. select three points in the plane 2. rotate the point cloud 3. save the rotated point cloud in the `pointcloud` folder (backup the...
Hi @chingyulin, thank you for the PR and sorry for the late response (I wanted to look at the code first but did not find the time yet!). In general:...
Hi again, I tried your branch and works already quite nice. From your code I see that you create an additional "label color" VBO so the original colors remain untouched,...
Hi @dinkan96, thanks for the request. I could imagine that as an optional feature. However, I wonder about the concrete implementation: 1. Should each bounding box be saved separately in...
Good idea, will do that. I am thinking maybe it makes then also sense to have a "setup" modal at startup where you can enter/ change the labels + colors...
I put the loading of the `_classes.json` file with the class definitions into the label io. That means whenever the label folder changes we can reload the file and with...
Still WIP, but ... 1. I rebased the feature branch with master and force pushed 2. rebased this on it 3. added a short proof of context to change the...
> I think this functionality looks great. UX-wise, I wonder if we should make those information directly visible in stead of showing it only if the user right clicks it?...
OK, the label definitions slowly become more concrete: * The LabelConfig is now a new Singleton independent of other classes * This makes using it much simpler cause you get...
@chingyulin Segmentation works again ... But some things were a bit difficult to understand for me and I think there is one general problem: If I understand the code correctly...