Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashesh-0 committed Jan 15, 2025
1 parent a3bf95f commit 38024ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For this we also need a tile manager that will manage the tiles.

```python

from predtiler.dataset import get_tiling_dataset, get_tile_manager
from predtiler import get_tiling_dataset, get_tile_manager, stitch_predictions
patch_size = 256
tile_size = 128
data_shape = (10, 2048, 2048) # size of the data you are working with
Expand Down

0 comments on commit 38024ee

Please sign in to comment.