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

feat/estimate-polygonzone-occupation #1648

Closed
wants to merge 122 commits into from
Closed

feat/estimate-polygonzone-occupation #1648

wants to merge 122 commits into from

Conversation

AHB102
Copy link

@AHB102 AHB102 commented Nov 3, 2024

Description

#1449 PolygonZone: estimate how much of the zone is occupied
"Glue code"

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Changes have not been tested yet

Docs

  • Docs need to be updated

grzegorz-roboflow and others added 30 commits September 19, 2024 12:15
Merge main into develop after 0.24.0 release
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.8...0.6.9)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [build](https://github.com/pypa/build) from 1.2.2 to 1.2.2.post1.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.2...1.2.2.post1)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
⬆️ Bump build from 1.2.2 to 1.2.2.post1
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9)
chore(pre_commit): ⬆ pre_commit autoupdate
onuralpszr and others added 24 commits October 23, 2024 05:06
…sion-date-localized-plugin-1.3.0

⬆️ Bump mkdocs-git-revision-date-localized-plugin from 1.2.9 to 1.3.0
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.0...0.7.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1)
chore(pre_commit): ⬆ pre_commit autoupdate
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.66.6.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.66.6)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Added support by using oriented_box_iou_batch
…n-without-class-ids

feat(ByteTrack): Allow ByteTrack to track detection without class ids
…tection-without-class-ids

Revert "feat(ByteTrack): Allow ByteTrack to track detection without class ids"
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.42 to 9.5.43.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.42...9.5.43)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…-9.5.43

⬆️ Bump mkdocs-material from 9.5.42 to 9.5.43
@CLAassistant
Copy link

CLAassistant commented Nov 3, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.

✅ onuralpszr
✅ Kadermiyanyedi
✅ AHB102
✅ LinasKo
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@AHB102 AHB102 closed this Nov 3, 2024
@AHB102
Copy link
Author

AHB102 commented Nov 3, 2024

I missed some stuff

@LinasKo
Copy link
Collaborator

LinasKo commented Nov 4, 2024

This is a suspiciously long PR. I'd expect there to be less than 10 commits in the final one.

Also, please base your work on and merge into develop branch. Currently you're basing on main.

@AHB102 AHB102 deleted the main branch November 12, 2024 15:34
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.