Skip to content

chore: add support for semantic segmentation models DeeplabV3, LRASPP, FCN#881

Merged
barhanc merged 7 commits intomainfrom
@bh/add-semantic-segmentation-models
Feb 26, 2026
Merged

chore: add support for semantic segmentation models DeeplabV3, LRASPP, FCN#881
barhanc merged 7 commits intomainfrom
@bh/add-semantic-segmentation-models

Conversation

@barhanc
Copy link
Contributor

@barhanc barhanc commented Feb 26, 2026

Description

Adds support for semantic segmentation models DeeplabV3, LRASPP, FCN, both in quantized and FP32 versions.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

  1. Run the computer vision semantic segmentation example app with all added models.
  2. Check HF pages for added models in the semantic segmentation collection:

Screenshots

Related issues

Closes #799 #830

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@msluszniak msluszniak added the chore PRs that are chores label Feb 26, 2026
@msluszniak msluszniak self-requested a review February 26, 2026 12:35
barhanc and others added 2 commits February 26, 2026 13:56
…manticSegmentationModule.md

Co-authored-by: Mateusz Sluszniak <56299341+msluszniak@users.noreply.github.com>
@barhanc barhanc merged commit 2b6ea20 into main Feb 26, 2026
6 checks passed
@barhanc barhanc deleted the @bh/add-semantic-segmentation-models branch February 26, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that are chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export quicker CV models for torchvision

2 participants