-
Notifications
You must be signed in to change notification settings - Fork 4
Description
- After implementing sentinel2_prepare.py;
- But during implementing meraner_processor.py, the following issues are;
root@3dfcdc1d2ec0:/workspace/decloud/decloud/production# python meraner_processor.py --in_s2 workspace/decloud/data/S2_PREPARE/T32TPS/ --in_dem workspace/decloud/data/DEM_PREPARE/T32TPS.tif --output workspace/decloud/data/output/ --savedmodel workspace/decloud/data/model/merunet_occitanie_pretrained.zip
2024-06-24 08:49:39 (INFO) [pyOTB] Successfully loaded 126 OTB applications
2024-06-24 08:49:39 INFO Init. S2_TILED product
2024-06-24 08:49:39 INFO Product is not of type s2 (Exception: Not a S2_TILED product (expected 1 files ending with _FRE_10m.tif))
2024-06-24 08:49:39 INFO Init. S2_THEIA product
2024-06-24 08:49:39 INFO Input type is a directory
2024-06-24 08:49:39 INFO Product is not of type s2 (Exception: workspace/decloud/data/S2_PREPARE/T32TPS/ not a S2_THEIA product : _FRE_B2.tif is mi
2024-06-24 08:49:39 INFO Init. S2_ESA product
2024-06-24 08:49:39 INFO Input type is a directory
2024-06-24 08:49:39 INFO Product is not of type s2 (Exception: workspace/decloud/data/S2_PREPARE/T32TPS/ not a S2_ESA product : _B02_10m.jp2 is mis
Traceback (most recent call last):
File "/workspace/decloud/decloud/production/meraner_processor.py", line 223, in
sys.exit(main())
File "/workspace/decloud/decloud/production/meraner_processor.py", line 217, in main
meraner_processor(params.il_s1, params.in_s2, params.savedmodel, params.in_dem,
File "/workspace/decloud/decloud/production/meraner_processor.py", line 73, in meraner_processor
s2t = s2t_product.get_raster_10m()
AttributeError: 'NoneType' object has no attribute 'get_raster_10m'
