open-forest-observatory / geograypher

Multiview Semantic Reasoning with Geospatial Data
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Make mesh vis labels more flexible, fix frustum scale bug, re-run concept figures notebook #94

Closed russelldj closed 2 months ago

russelldj commented 3 months ago

This makes two changes. The first is having a default scale factor for the camera frustum visualization if no scale is provided and there is only one camera. The second is adding the option to specify IDs_to_labels in the mesh.vis method rather than using only the internal IDs_to_labels. This required some additional modifications to the method.

Based on these modifications, I updated the concept figure notebook. It now shows the rendered segmented labels and has the correct colorbar labels. You can go to this branch to take a look, since it's not rendered in the merge preview.

Reviewing this isn't urgent but I think it would be good practice.