open-forest-observatory / geograypher

Enabling Geospatial Predictions from Individual Drone Images
https://open-forest-observatory.github.io/geograypher/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Add orthomosaic processing utilities using rastervision #15

Closed russelldj closed 11 months ago

russelldj commented 11 months ago

This uses rastervision to handle chipping for training and test. It also supports reassembling tiled predictions. The rastervision dependency now means that poetry deps should be installed before the pytorch3d ones, as shown in the README.

russelldj commented 11 months ago

@youngdjn I know you've worked with similar things so if you had any feedback lmk. I'm going to merge now, but I can make changes on a new branch as needed.