Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for 4D output #150

Merged
merged 1 commit into from
Sep 23, 2020
Merged

add support for 4D output #150

merged 1 commit into from
Sep 23, 2020

Conversation

drcut
Copy link
Contributor

@drcut drcut commented Sep 23, 2020

Our TRT backend only support 4D output. So we have to unsqueeze the output to make sure it is 4D ([1, batch, H, W])

@codecov
Copy link

codecov bot commented Sep 23, 2020

Codecov Report

Merging #150 into master will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage   83.04%   83.01%   -0.03%     
==========================================
  Files          85       85              
  Lines        3980     3981       +1     
  Branches      627      627              
==========================================
  Hits         3305     3305              
- Misses        541      542       +1     
  Partials      134      134              
Flag Coverage Δ
#unittests 83.01% <0.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/models/segmentors/encoder_decoder.py 89.33% <0.00%> (-0.60%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2738fd...dc14fbf. Read the comment docs.

@xvjiarui xvjiarui merged commit 08f30ea into open-mmlab:master Sep 23, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
MeowZheng pushed a commit that referenced this pull request Jan 4, 2023
## Motivation

Support ISNet.
paper link: [ISNet: Integrate Image-Level and Semantic-Level Context for
Semantic
Segmentation](https://openaccess.thecvf.com/content/ICCV2021/papers/Jin_ISNet_Integrate_Image-Level_and_Semantic-Level_Context_for_Semantic_Segmentation_ICCV_2021_paper.pdf)

## Modification

Add ISNet decoder head.
Add ISNet config.
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this pull request Apr 5, 2024
## Motivation

Support ISNet.
paper link: [ISNet: Integrate Image-Level and Semantic-Level Context for
Semantic
Segmentation](https://openaccess.thecvf.com/content/ICCV2021/papers/Jin_ISNet_Integrate_Image-Level_and_Semantic-Level_Context_for_Semantic_Segmentation_ICCV_2021_paper.pdf)

## Modification

Add ISNet decoder head.
Add ISNet config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants