← Fires
├── Fires
│ │
│ ├── _datasets
│ │ ├── dataset_zarr.py
│ │ ├── torch_dataset.py
│ │
│ ├── _layers
│ │ ├── unetpp.py
│ │
│ ├── _macros
│ │ ├── macros.py
│ │
│ ├── _models
│ │ ├── base.py
│ │ ├── unetpp.py
│ │ ├── vgg.py
│ │
│ ├── _scalers
│ │ ├── base.py
│ │ ├── minmax.py
│ │ ├── scaling_maps.py
│ │ ├── standard.py
│ │
│ ├── _utilities
│ │ ├── callbacks.py
│ │ ├── cli_args_checker.py
│ │ ├── cli_args_parser.py
│ │ ├── configuration.py
│ │ ├── decorators.py
│ │ ├── logger.py
│ │ ├── swin_model.py
│ │
│ ├── __init__.py
│ ├── augmentation.py
│ ├── datasets.py
│ ├── layers.py
│ ├── macros.py
│ ├── models.py
│ ├── scalers.py
│ ├── trainer.py
│ ├── utils.py
│
The _datasets folder contains all the python scripts necessary to create the datasets:
Il file dataset_zarr.py c