open-forest-observatory / geograypher

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

Implement chunking of scene to reudce compute #108

Closed youngdjn closed 1 week ago

youngdjn commented 2 months ago

Currently, in very large scenes, there is a lot of unnecessary compute of correspondence between camera pixels and mesh faces where they don't coincide. To reduce that, we can chunk a scene into smaller regions, which therefore have less extraneous compute, and then merge.

This is already completed for aggregation (#52), but as a separate method. Could integrate into one method, as a user-specified option. Also needs to be implemented for rendering. In future refactors where a centralized pix2face method exists, this could all be implemented there.

russelldj commented 1 week ago

Closed by #118.