open-forest-observatory / geograypher

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

Write function to do image-label compositing #101

Closed russelldj closed 1 week ago

russelldj commented 3 months ago

Currently, we create composite images with the real RGB image and colormapped label image in save_renders_pytorch3d here. I would be good to make this a function and make it slightly more robust. Then it could be used in the show_segmentation_labels function. This would also partially address #72.

I need this in the next few days, so I'll probably do it myself unless anyone is really excited about it.

russelldj commented 1 week ago

Closed by #106 with the addition of create_composite