open-forest-observatory / geograypher

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

Consider whether rastervision can be removed #38

Closed russelldj closed 5 months ago

russelldj commented 7 months ago

Rastervision is a pretty extensive dependency because it in turn pulls in pytorch. I've replace the aggregation functionality provided by rastervision in #37 so it's now less important. However, it's still used for metric computation and to generate training chips. If we want to replace these with our own code this might simplify things a lot.