├── Copernicus.png ├── L1-BSR-GUI-ONNX.py ├── L1BSR-GUI.py ├── LICENSE ├── README.md ├── requirements.txt └── screen1 (Medium).png /Copernicus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Topping1/L1BSR-GUI/HEAD/Copernicus.png -------------------------------------------------------------------------------- /L1-BSR-GUI-ONNX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Topping1/L1BSR-GUI/HEAD/L1-BSR-GUI-ONNX.py -------------------------------------------------------------------------------- /L1BSR-GUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Topping1/L1BSR-GUI/HEAD/L1BSR-GUI.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Topping1/L1BSR-GUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Topping1/L1BSR-GUI/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | torch 3 | safetensors 4 | PyQt5 5 | rasterio 6 | Pillow -------------------------------------------------------------------------------- /screen1 (Medium).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Topping1/L1BSR-GUI/HEAD/screen1 (Medium).png --------------------------------------------------------------------------------