The official code for "COVID-19 CT Images Segmentation". Unet++ with ELU activision as Decoder and MobileNet V3 mobile as Encoder Unet++ with ELU activision as Decoder and NasNet mobile as Encoder Unet++ with ELU activision as Decoder and EfficientNetB0 as Encoder
@article{
year={2023}
}
first download models and save them in same directory with IPYNB file as jupyter notebooks then Run nootbooks.
Kaggle Drive Link:().
-
Download the face mask detection dataset from here.
-
- Run the following code to install the Requirements.
pip install -r requirements.txt
-
Run the below code to train the Unet++ with ELU activision as Decoder and... as Encoder with this dataset.
Unet++ with ELU activision as Decoder and MobileNet V3 mobile as Encoder Unet++ with ELU activision as Decoder and NasNet mobile as Encoder Unet++ with ELU activision as Decoder and EfficientNetB0 as Encoder
- Test trained model with this dataset in in IPYNB too.