Spaces:
Sleeping
Sleeping
remove unneeded imports
Browse files- inference.py +0 -3
inference.py
CHANGED
@@ -14,9 +14,6 @@ import geopandas as gpd
|
|
14 |
|
15 |
from messis.messis import LogConfusionMatrix
|
16 |
|
17 |
-
import rasterio
|
18 |
-
import rasterio.env
|
19 |
-
|
20 |
class InferenceDataLoader:
|
21 |
def __init__(self, features_path, labels_path, field_ids_path, stats_path, window_size=224, n_timesteps=3, fold_indices=None, debug=False):
|
22 |
self.features_path = features_path
|
|
|
14 |
|
15 |
from messis.messis import LogConfusionMatrix
|
16 |
|
|
|
|
|
|
|
17 |
class InferenceDataLoader:
|
18 |
def __init__(self, features_path, labels_path, field_ids_path, stats_path, window_size=224, n_timesteps=3, fold_indices=None, debug=False):
|
19 |
self.features_path = features_path
|