-
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
Fix 3D Detection And 2D Tracking Tests #207
Conversation
This reverts commit ec21061.
@passalis @ad-daniel It does not seem to appear in this PR, but I removed |
This error persists for 3D tracking tests too and most likely is a problem of g++ compilation and python bounding |
* 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]>
I have resolved a problem with slow data loader for KITTI and simplified testing models and tests, so the memory issue should have much fewer chances to occur. |
This PR contains many unrelated changes. If the test error is also reproducible on the master branch, then this PR should be merged to the master branch and not the develop branch. |
I've run this version multiple times and it seems that both |
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!
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!
* 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]>
Fix for 3D object detection
free pointer error