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

minor typo #9033

Merged
merged 1 commit into from
Oct 18, 2022
Merged

minor typo #9033

merged 1 commit into from
Oct 18, 2022

Conversation

Ryoo72
Copy link

@Ryoo72 Ryoo72 commented Oct 15, 2022

neg_pos_up -> neg_pos_ub
minor typo fix

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Debugging today was difficult because searching with ctrl+shift+f was not possible due to a typo.

Modification

I just changed one letter. neg_pos_up -> neg_pos_ub

I just want to fix this typo, and I was thinking about whether to drop it in an issue or make a pull request and post it here. If you've read this, I'd appreciate it if you could correct the typo. thx !

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMCls.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

neg_pos_up -> neg_pos_ub
minor typo fix
@CLAassistant
Copy link

CLAassistant commented Oct 15, 2022

CLA assistant check
All committers have signed the CLA.

@Ryoo72 Ryoo72 changed the title Update random_sampler.py minor typo Oct 15, 2022
@ZwwWayne ZwwWayne changed the base branch from master to dev October 16, 2022 03:47
@ZwwWayne
Copy link
Collaborator

Hi @Ryoo72

Thanks for your kind PR. It seems that CLA is not signed. Could you sign the CLA so that eventually we could merge this PR after review? You can check the contents and follow the instruction in the communication box shown as below
image

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Base: 64.12% // Head: 64.07% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (8834dde) compared to base (9d3e162).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9033      +/-   ##
==========================================
- Coverage   64.12%   64.07%   -0.06%     
==========================================
  Files         361      361              
  Lines       29536    29536              
  Branches     5022     4920     -102     
==========================================
- Hits        18939    18924      -15     
- Misses       9580     9593      +13     
- Partials     1017     1019       +2     
Flag Coverage Δ
unittests 64.07% <ø> (-0.05%) ⬇️

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

Impacted Files Coverage Δ
mmdet/core/bbox/samplers/random_sampler.py 75.00% <ø> (-5.56%) ⬇️
mmdet/models/detectors/cornernet.py 94.87% <0.00%> (-5.13%) ⬇️
mmdet/models/dense_heads/corner_head.py 68.33% <0.00%> (-1.39%) ⬇️
mmdet/core/bbox/assigners/max_iou_assigner.py 72.36% <0.00%> (-1.32%) ⬇️
mmdet/datasets/pipelines/transforms.py 75.56% <0.00%> (-0.41%) ⬇️

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.

@Ryoo72
Copy link
Author

Ryoo72 commented Oct 16, 2022

Hi @Ryoo72

Thanks for your kind PR. It seems that CLA is not signed. Could you sign the CLA so that eventually we could merge this PR after review? You can check the contents and follow the instruction in the communication box shown as below image

I really appreciate your detailed explanation ! Thank you :)

@ZwwWayne ZwwWayne merged commit 8750d0d into open-mmlab:dev Oct 18, 2022
SakiRinn pushed a commit to SakiRinn/mmdetection-locount that referenced this pull request Mar 17, 2023
neg_pos_up -> neg_pos_ub
minor typo fix
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.

None yet

4 participants