segmentation_models.pytorch icon indicating copy to clipboard operation
segmentation_models.pytorch copied to clipboard

Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.

Results 155 segmentation_models.pytorch issues
Sort by recently updated
recently updated
newest added

Hi. As I understand the below code in **cars segmentation (camvid).ipynb** should be changed. Because I can't run it. Am I right? Do you plan to update the examples? 1....

Почему тут есть возможность сохранения модели https://smp.readthedocs.io/en/latest/save_load.html как в документации. А я не могу сохранить модель DeepLabV3Plus? > Why is it possible to save the model here https://smp.readthedocs.io/en/latest/save_load.html as in...

question

Hi ! A quick question about a loss, I've used quite a few losses and loss mixtures without any problems, but when I use iou loss, I only get empty...

How can i introduce my network in this frame, and i can adjust this net later

question

How to set class weights for different loss functions? Like Jaccard Loss

question

my circumstance is as follows and they are just examplary code: ```python y_pred.size() : (5, 4, 256, 384) # B, C, H, W` y_true.size() : (5, 4, 256, 384) #...

Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.7 to 1.0.9. Release notes Sourced from timm's releases. Release v1.0.9 Aug 21, 2024 Updated SBB ViT models trained on ImageNet-12k and fine-tuned on ImageNet-1k, challenging quite...

dependencies
python

It would be great to have more examples for fine-tuning in the library! Similar to current examples for [binary-segmentaion](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) and [multi-label](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/cars%20segmentation%20(camvid).ipynb) segmentation would be great to have multi-class segmentation example...

good first issue
examples

Hi, I wrapped models in DataParallel but it does not use multiGPUs to train. Is there any lead for this? Thank you!

question

Hello, I am trying to implement model parallelism using PyTorch on my HPC environment, which has 4 GPUs available. My goal is to split a neural network model across these...