-
|
Hi there, I'm a bit new to GIS and am trying to use DeepForest as part of my pipeline for an ecological conservation project. What is the best method for getting the predicted bounding boxes of tree crowns back to a geospatial environment? Is there a convenient way to get from say, the .csv that includes pixel geometry back to the .tif from which the boxes were predicted? My goal is to locate the centroids of each bounding box in actual georeferenced UTM 11N space. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Just discovered the wonderful and lifesaving utilities.image_to_geo_coordinates() function, problem is solved! |
Beta Was this translation helpful? Give feedback.
Just discovered the wonderful and lifesaving utilities.image_to_geo_coordinates() function, problem is solved!