We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e6524 commit eabc5c8Copy full SHA for eabc5c8
1 file changed
docs/usage.md
@@ -11,7 +11,8 @@ Here is a simple example of using segment-geospatial to generate a segmentation
11
```python
12
import os
13
import torch
14
-from samgeo import SamGeo, tms_to_geotiff
+from samgeo import SamGeo
15
+from samgeo.common import tms_to_geotiff
16
17
bbox = [-95.3704, 29.6762, -95.368, 29.6775]
18
image = 'satellite.tif'
0 commit comments