giswqs/s2-water-unetplusplus-efficientnet-b4
Updated • 633
Error code: JWTInvalidSignature
Exception: InvalidSignatureError
Message: Signature verification failed
Traceback: Traceback (most recent call last):
File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
decoded = jwt.decode(
jwt=token,
...<2 lines>...
options=options,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
decoded = self.decode_complete(
jwt,
...<8 lines>...
leeway=leeway,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
decoded = self._jws.decode_complete(
jwt,
...<3 lines>...
detached_payload=detached_payload,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
self._verify_signature(
~~~~~~~~~~~~~~~~~~~~~~^
signing_input,
^^^^^^^^^^^^^^
...<4 lines>...
options=merged_options,
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
raise InvalidSignatureError("Signature verification failed")
jwt.exceptions.InvalidSignatureError: Signature verification failedNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
A dataset for training deep learning models to detect surface water from Sentinel-2 satellite imagery.
├── tra_scene/ # 64 training Sentinel-2 scenes (6-band GeoTIFF, uint16)
├── tra_truth/ # 64 training ground truth masks (binary GeoTIFF, uint8)
├── val_scene/ # 31 validation Sentinel-2 scenes
└── val_truth/ # 31 validation ground truth masks
The 6 bands included are:
| Band | Name | Wavelength (nm) | Resolution |
|---|---|---|---|
| B2 | Blue | 490 | 10m |
| B3 | Green | 560 | 10m |
| B4 | Red | 665 | 10m |
| B8 | NIR | 842 | 10m |
| B11 | SWIR1 | 1610 | 20m |
| B12 | SWIR2 | 2190 | 20m |
Binary classification:
@ARTICLE{Luo2021-te,
title = "{An applicable and automatic method for earth surface water
mapping based on multispectral images}",
author = "Luo, Xin and Tong, Xiaohua and Hu, Zhongwen",
journal = "International Journal of Applied Earth Observation and
Geoinformation",
publisher = "Elsevier BV",
volume = 103,
pages = 102472,
year = 2021,
url = "http://dx.doi.org/10.1016/j.jag.2021.102472",
doi = "10.1016/j.jag.2021.102472",
issn = "1569-8432,1872-826X",
}