resnet-unet-segmentation / structure.txt
AndreCosta's picture
Initial clean commit with LFS configured
7b615ae
.
β”œβ”€β”€ run_app.py
β”œβ”€β”€ bad_image.png
β”œβ”€β”€ CHANGELOG.md
β”œβ”€β”€ checkpoints
β”‚Β Β  β”œβ”€β”€ best_model.pt
β”‚Β Β  └── modelo_completo.pth
β”œβ”€β”€ DataSet
β”‚Β Β  β”œβ”€β”€ annotations
β”‚Β Β  β”‚Β Β  └── classes.txt
β”‚Β Β  β”œβ”€β”€ ExtraTests
β”‚Β Β  β”œβ”€β”€ images
β”‚Β Β  └── masks
β”œβ”€β”€ dice_history.png
β”œβ”€β”€ run_evaluate.py
β”œβ”€β”€ good_image.png
β”œβ”€β”€ __init__.py
β”œβ”€β”€ iou_history.png
β”œβ”€β”€ LICENSE
β”œβ”€β”€ model_card.md
β”œβ”€β”€ .huggingface
β”‚Β Β  └── model-index.yaml
β”œβ”€β”€ README.md
β”œβ”€β”€ report_file.txt
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ scripts
β”‚Β Β  β”œβ”€β”€ config.py
β”‚Β Β  β”œβ”€β”€ Dataset
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ConvertFormat.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dataAugmentation.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ deleteDuplicates.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ getDS_HuggingFace.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ getImages.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ grays.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mask_diagnosis.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ masks.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Rename.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Resize.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ TrainVal.py
β”‚Β Β  β”‚Β Β  └── validMasks.py
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  └── Segmentation
β”‚Β Β  β”œβ”€β”€ app.py
β”‚Β Β  β”œβ”€β”€ augment.py
β”‚Β Β  β”œβ”€β”€ diceLossCriterion.py
β”‚Β Β  β”œβ”€β”€ evaluate_model.py
β”‚Β Β  β”œβ”€β”€ flagged
β”‚Β Β  β”œβ”€β”€ focalLoss.py
β”‚Β Β  β”œβ”€β”€ Future
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ models.py
β”‚Β Β  β”œβ”€β”€ segDS.py
β”‚Β Β  └── train.py
β”œβ”€β”€ structure.txt
β”œβ”€β”€ training_loss.png
└── training_val_accuracy.png
13 directories, 10231 files