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

chore: remove repetitive words #2902

Merged
merged 2 commits into from
May 9, 2024
Merged

chore: remove repetitive words #2902

merged 2 commits into from
May 9, 2024

Conversation

peicuiping
Copy link
Contributor

Changes

remove repetitive words

Type of change

  • 📚 Documentation Update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Did you update CHANGELOG in case of a major change?

@ducha-aiki ducha-aiki merged commit a041d92 into kornia:main May 9, 2024
20 of 25 checks passed
lappemic pushed a commit to lappemic/kornia that referenced this pull request May 16, 2024
* chore: remove repetitive words

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
edgarriba added a commit that referenced this pull request May 16, 2024
* refactor: store sold2_detector config dataclasses in utils/structures.py

* fix: update path to DetectorCfg in Docstring

* Move structures.py and restate import path

* Update SOLD2_detector docstring

* Add LineMatcherCfg dataclass to structures.py

* Update LineMatcherCfg to include line_score

* refactor: cfg of SOLD2 and WunschLineMatcher to be dataclasses

* my bad...

* fix: update WunschLineMatcher initialization

* fix: update SOLD2 initialiation

* fix: rollback due to inconsistencies with sold2 config to dataclass

* chore: remove repetitive words (#2902)

* chore: remove repetitive words

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* CI: Drop macos-latest runner for torch 1.9.1 (#2905)

* fix (CI): remove old torch on macos

* chore: ensure last pytorch

* [pre-commit.ci] pre-commit suggestions (#2894)

* [pre-commit.ci] pre-commit suggestions

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2)

* fix up031

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com>

* feat: in_range filtering (#2895)

* initial commit

* add docs

* add tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update docs

* correct typing

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update tests and docs

* change randn to rand

* Modify docs indentation

* correct docs and remove unused vars

* add return_mask

* Remove shape in doc

* fix docs format

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: edgar <edgar.riba@gmail.com>

---------

Co-authored-by: peicuiping <168072318+peicuiping@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com>
Co-authored-by: Vicent Gilabert <44602177+vgilabert94@users.noreply.github.com>
Co-authored-by: edgar <edgar.riba@gmail.com>
cjpurackal pushed a commit to cjpurackal/kornia that referenced this pull request May 18, 2024
* chore: remove repetitive words

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
cjpurackal pushed a commit to cjpurackal/kornia that referenced this pull request May 18, 2024
* refactor: store sold2_detector config dataclasses in utils/structures.py

* fix: update path to DetectorCfg in Docstring

* Move structures.py and restate import path

* Update SOLD2_detector docstring

* Add LineMatcherCfg dataclass to structures.py

* Update LineMatcherCfg to include line_score

* refactor: cfg of SOLD2 and WunschLineMatcher to be dataclasses

* my bad...

* fix: update WunschLineMatcher initialization

* fix: update SOLD2 initialiation

* fix: rollback due to inconsistencies with sold2 config to dataclass

* chore: remove repetitive words (kornia#2902)

* chore: remove repetitive words

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* CI: Drop macos-latest runner for torch 1.9.1 (kornia#2905)

* fix (CI): remove old torch on macos

* chore: ensure last pytorch

* [pre-commit.ci] pre-commit suggestions (kornia#2894)

* [pre-commit.ci] pre-commit suggestions

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2)

* fix up031

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com>

* feat: in_range filtering (kornia#2895)

* initial commit

* add docs

* add tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update docs

* correct typing

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update tests and docs

* change randn to rand

* Modify docs indentation

* correct docs and remove unused vars

* add return_mask

* Remove shape in doc

* fix docs format

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: edgar <edgar.riba@gmail.com>

---------

Co-authored-by: peicuiping <168072318+peicuiping@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: João Gustavo A. Amorim <joaogustavoamorim@gmail.com>
Co-authored-by: Vicent Gilabert <44602177+vgilabert94@users.noreply.github.com>
Co-authored-by: edgar <edgar.riba@gmail.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.

None yet

2 participants