segmentation_models.pytorch
segmentation_models.pytorch copied to clipboard
Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
Bumps [timm](https://github.com/rwightman/pytorch-image-models) from 0.4.12 to 0.6.7. Release notes Sourced from timm's releases. v0.6.7 Release Minor bug fixes and a few more weights since 0.6.5 A few more weights & model...
Is there a reason to depend on specific version of PyTorch Image Models `timm==0.4.12` instead of using something like `>=0.4.12` as a version specifier? The context for the question is...
efficientnet-pytorch has been updated with numerous bug fixes and features, resulting in the [0.7.1 release](https://pypi.org/project/efficientnet-pytorch/0.7.1/). Can we update the efficientnet-pytorch version dependency to 0.7.1?
@qubvel -- we've been chatting on the fast.ai Discord channel about how cool this lib is, and how much our community loves it! I'm wondering whether there might be ways...
Fix soft dice score I think the part where the denominator needs to be multiplied by 2 in front of the true positive is missing. As a result of my...
Hello, Thanks for your great contribution. I used your model to train my images dataset, in which there are 5 classes. I tried Unet and DeepLabV3+ in different activation functions...
Hi, I currently try to get the UNet up and running and i have the following problem: My data is in the shape of [batch_size, 3, 800, 275]. This already...
Why do `JaccardLoss`, `DiceLoss`, `TverskyLoss`, and `LovaszLoss` all have a parameter called `from_logits` to switch between logits and non-logits output, but `FocalLoss` doesn't? Apparently, it is hardcoded in the code...
Throws AttributeError should a user chooses to utilize any loss function from 'segmentation_models_pytorch.losses'