-
Notifications
You must be signed in to change notification settings - Fork 95
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
Object detection 2d auth evalfix #285
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ject-detection-2d-auth-evalfix
vivinousi
requested review from
passalis,
omichel,
ad-daniel and
stefaniapedrazzi
as code owners
August 17, 2022 13:42
passalis
approved these changes
Aug 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
stefaniapedrazzi
approved these changes
Aug 18, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
vivinousi
added
test sources
Run style checks
test tools
Test the toolkit methods
labels
Aug 18, 2022
passalis
added a commit
that referenced
this pull request
Sep 7, 2022
* include 3d detection test * fix np bool warning * Revert "fix np bool warning" This reverts commit ec21061. * Remove del learner * Eneable tracking 3d tests * Add init for 2d tracking tests * Update 3D tracking dependencies * Docker, installation and documentation improvements (#276) * docker fixes * Style fixes * Create customize.md * Removed docker building instructions * Update customize.md * Update customize.md * Update installation.md * Update customize.md * Added link for customization * Update docs/reference/installation.md Co-authored-by: Stefania Pedrazzi <[email protected]> * Update docs/reference/installation.md Co-authored-by: Stefania Pedrazzi <[email protected]> * Update docs/reference/installation.md Co-authored-by: ad-daniel <[email protected]> Co-authored-by: Stefania Pedrazzi <[email protected]> Co-authored-by: ad-daniel <[email protected]> * DetectionDataset evaluation fix for empty detections (#285) * Checkout specific detectron commit * Install specific detectron2 commit * Point to specific detectron2 commit * Update installation.md * Update dependencies.ini * Update dependencies.ini * Update requirements.txt * Update dependencies.ini * Update dependencies.ini * Update requirements.txt * Update to support newer skimage version * Clarified purpose and limitations of fall detection tool (#280) * Enable All 3d test * Fix slow data preparation for KITTI * Simplify 3d detection tests * Fix unclosed file * Fix repeated eval failure * Cleanup * Cleanup * Cleanup * Remove unused test functions Co-authored-by: Nikolaos Passalis <[email protected]> Co-authored-by: Stefania Pedrazzi <[email protected]> Co-authored-by: ad-daniel <[email protected]> Co-authored-by: vivinousi <[email protected]> Co-authored-by: Kostas Tsampazis <[email protected]> Co-authored-by: ad-daniel <[email protected]>
lucamarchionni
pushed a commit
to lucamarchionni/opendr
that referenced
this pull request
Jun 10, 2024
lucamarchionni
pushed a commit
to lucamarchionni/opendr
that referenced
this pull request
Jun 10, 2024
* include 3d detection test * fix np bool warning * Revert "fix np bool warning" This reverts commit ec21061. * Remove del learner * Eneable tracking 3d tests * Add init for 2d tracking tests * Update 3D tracking dependencies * Docker, installation and documentation improvements (opendr-eu#276) * docker fixes * Style fixes * Create customize.md * Removed docker building instructions * Update customize.md * Update customize.md * Update installation.md * Update customize.md * Added link for customization * Update docs/reference/installation.md Co-authored-by: Stefania Pedrazzi <[email protected]> * Update docs/reference/installation.md Co-authored-by: Stefania Pedrazzi <[email protected]> * Update docs/reference/installation.md Co-authored-by: ad-daniel <[email protected]> Co-authored-by: Stefania Pedrazzi <[email protected]> Co-authored-by: ad-daniel <[email protected]> * DetectionDataset evaluation fix for empty detections (opendr-eu#285) * Checkout specific detectron commit * Install specific detectron2 commit * Point to specific detectron2 commit * Update installation.md * Update dependencies.ini * Update dependencies.ini * Update requirements.txt * Update dependencies.ini * Update dependencies.ini * Update requirements.txt * Update to support newer skimage version * Clarified purpose and limitations of fall detection tool (opendr-eu#280) * Enable All 3d test * Fix slow data preparation for KITTI * Simplify 3d detection tests * Fix unclosed file * Fix repeated eval failure * Cleanup * Cleanup * Cleanup * Remove unused test functions Co-authored-by: Nikolaos Passalis <[email protected]> Co-authored-by: Stefania Pedrazzi <[email protected]> Co-authored-by: ad-daniel <[email protected]> Co-authored-by: vivinousi <[email protected]> Co-authored-by: Kostas Tsampazis <[email protected]> Co-authored-by: ad-daniel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes a bug with evaluation when empty detection arrays arise (as in early training stages)