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

Is there an OCR method used in the HRnet model? #151

Closed
JPLAY0 opened this issue Sep 24, 2020 · 2 comments
Closed

Is there an OCR method used in the HRnet model? #151

JPLAY0 opened this issue Sep 24, 2020 · 2 comments

Comments

@JPLAY0
Copy link

JPLAY0 commented Sep 24, 2020

In this project it seems that there is no OCR method used in this project. Was I too careless to see, or it realy only used HRNet+FCN decode head?

@JPLAY0 JPLAY0 closed this as completed Sep 24, 2020
@callzhang
Copy link

Any updates on this?

@xvjiarui
Copy link
Collaborator

xvjiarui commented Feb 8, 2021

It is a network called OCRNet, but it doesn't refer to the OCR task.

MeowZheng pushed a commit that referenced this issue Jan 12, 2023
## Support `HieraSeg` interface on `cityscapes`

## Motivation

Support `HieraSeg` interface on cityscapes dataset  
Paper link : https://ieeexplore.ieee.org/document/9878466/

```
@Article{li2022deep,
  title={Deep Hierarchical Semantic Segmentation},
  author={Li, Liulei and Zhou, Tianfei and Wang, Wenguan and Li, Jianwu and Yang, Yi},
  journal={CVPR},
  year={2022}
}
```

## Modification

Add `HieraSeg_Projects` on `projects/`
Add `sep_aspp_contrast_head` decoder head.
Add `HieraSeg` config.
Add `hiera_loss`, `hiera_triplet_loss_cityscape`, `tree_triplet_loss`
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this issue Mar 22, 2024
nahidnazifi87 pushed a commit to nahidnazifi87/mmsegmentation_playground that referenced this issue Apr 5, 2024
…-mmlab#2444)

## Support `HieraSeg` interface on `cityscapes`

## Motivation

Support `HieraSeg` interface on cityscapes dataset  
Paper link : https://ieeexplore.ieee.org/document/9878466/

```
@Article{li2022deep,
  title={Deep Hierarchical Semantic Segmentation},
  author={Li, Liulei and Zhou, Tianfei and Wang, Wenguan and Li, Jianwu and Yang, Yi},
  journal={CVPR},
  year={2022}
}
```

## Modification

Add `HieraSeg_Projects` on `projects/`
Add `sep_aspp_contrast_head` decoder head.
Add `HieraSeg` config.
Add `hiera_loss`, `hiera_triplet_loss_cityscape`, `tree_triplet_loss`
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

No branches or pull requests

3 participants