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

[Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel #2206

Merged
merged 11 commits into from
Oct 28, 2022

Conversation

MengzhangLI
Copy link
Contributor

Motivation

Update FAQ doc about binary segmentation problem and reduce_zero_label usage.

@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Base: 89.09% // Head: 88.97% // Decreases project coverage by -0.11% ⚠️

Coverage data is based on head (84625fe) compared to base (356215b).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2206      +/-   ##
==========================================
- Coverage   89.09%   88.97%   -0.12%     
==========================================
  Files         145      145              
  Lines        8721     8735      +14     
  Branches     1472     1473       +1     
==========================================
+ Hits         7770     7772       +2     
- Misses        708      720      +12     
  Partials      243      243              
Flag Coverage Δ
unittests 88.97% <ø> (-0.12%) ⬇️

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

Impacted Files Coverage Δ
mmseg/models/decode_heads/decode_head.py 93.45% <ø> (ø)
mmseg/models/segmentors/encoder_decoder.py 83.04% <0.00%> (-6.14%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

docs/en/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
docs/en/faq.md Outdated Show resolved Hide resolved
docs/zh_cn/faq.md Outdated Show resolved Hide resolved
@MeowZheng MeowZheng merged commit b42c487 into open-mmlab:master Oct 28, 2022
@MengzhangLI MengzhangLI deleted the doc_faq_binary_seg branch November 22, 2022 15:18
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
…mlab#2206)

* Fixes prompt input checks in img2img

Allows providing prompt_embeds instead of the prompt, which is not currently possible as the first check fails.
This becomes the same as the function found in https://github.com/huggingface/diffusers/blob/8267c7844504b55366525169187767ef92d1f499/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L393

* Continues the fix

This also needs to be fixed. Becomes consistent with https://github.com/huggingface/diffusers/blob/8267c7844504b55366525169187767ef92d1f499/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L558

I've now tested this implementation, and it produces the expected results.
huajiangjiangLi added a commit to pytorchuser/HDB-Seg that referenced this pull request Apr 12, 2023
…pen-mmlab#2206)

* [Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel

* update

* modify

* fix typo and add modification

* fix typo

* fix comments

* fix order

* fix

* fix

* Update docs/en/faq.md

* Update docs/zh_cn/faq.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
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.

3 participants