-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Error occurs when using validation mode to open point clouds task #6383
Comments
Browser version: Google Chrome Version 114.0.5735.134 (Official Build) (64-bit) CVAT version: |
Hi, I confirm this is a bug. Thanks for reporting! @bsekachev, please take a look. |
Also how did you get 2.5 server version if the latest official release is 2.4.8? |
Okay, sorted out how to reproduce the error. |
<!-- Raise an issue to propose your change (https://github.com/opencv/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your ideas with maintainers to be sure that changes will be approved and merged. Read the [Contribution guide](https://opencv.github.io/cvat/docs/contributing/). --> <!-- Provide a general summary of your changes in the Title above --> ### Motivation and context Resolved #6383 ### How has this been tested? <!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. --> ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I submit my changes into the `develop` branch - [x] I have added a description of my changes into the [CHANGELOG](https://github.com/opencv/cvat/blob/develop/CHANGELOG.md) file - [ ] I have updated the documentation accordingly - [ ] I have added tests to cover my changes - [x] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) - [ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning)) ### License - [x] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.
<!-- Raise an issue to propose your change (https://github.com/opencv/cvat/issues). It helps to avoid duplication of efforts from multiple independent contributors. Discuss your ideas with maintainers to be sure that changes will be approved and merged. Read the [Contribution guide](https://opencv.github.io/cvat/docs/contributing/). --> <!-- Provide a general summary of your changes in the Title above --> ### Motivation and context Resolved cvat-ai#6383 ### How has this been tested? <!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. --> ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I submit my changes into the `develop` branch - [x] I have added a description of my changes into the [CHANGELOG](https://github.com/opencv/cvat/blob/develop/CHANGELOG.md) file - [ ] I have updated the documentation accordingly - [ ] I have added tests to cover my changes - [x] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) - [ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning)) ### License - [x] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.
Steps to Reproduce (for bugs)
Expected Behaviour
Validation mode should works on point cloud task too.
Current Behaviour
When choosing validation mode to open a point cloud task, the error occurs. The error page says "Oops, something went wrong".
The error messages are:
TypeError
e.html(...).removeEventListener is not a function
TypeError: e.html(...).removeEventListener is not a function
at gne.componentWillUnmount (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:9749696)
at http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4654400
at sr (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4654441)
at fr (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4656273)
at vs (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4669727)
at n.unstable_runWithPriority (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4807636)
at Wo (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4615024)
at gs (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4667587)
at ls (http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4663741)
at http://localhost:8080/assets/cvat-ui.266a8357a2f055a978b8.min.js:2:4615315
Context
I hope to evaluate annotation quality with the validation mode, both on image tasks and point cloud tasks.
Your Environment
docker version
(e.g. Docker 17.0.05): Docker Desktop 4.17.0 (99724), Engine Version: 20.10.23.The text was updated successfully, but these errors were encountered: