You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select any of the boxes or switch from 1 box to another.
Context
When the user is using the 'tracking' feature that is added to CVAT, he/she might want to switch the box that is being tracked. With the current behavior this will result to a crash. This causes all the changes done in the session to be lost. This also results to bad user experience.
Your Environment
Git hash commit (git log -1):
Docker version docker version (e.g. Docker 17.0.05):
Are you using Docker Swarm or Kubernetes?
Operating System and version (e.g. Linux, Windows, MacOS):
Code example or link to GitHub repo or gist to reproduce problem:
Other diagnostic information / logs:
Logs from `cvat` container
What we did to resolve this issue:
This was solved with the same fixes as Issue #8. We based this on the steps taken from PR opencv#1371 from opencv/cvat to resolve similar issues opencv#1261 and opencv#1371 in opencv/cvat.
My actions before raising this issue
Expected Behaviour
The user should be able to change the box smoothly.
Current Behaviour
Changing the active box while playing causes CVAT to crash.
Error
Canvas is busy. Action: drag
Error: Canvas is busy. Action: drag
at au.activate (http://localhost:8080/cvat-ui.min.js:72:1336345)
at Vu.activate (http://localhost:8080/cvat-ui.min.js:72:1403114)
at Kc.activateOnCanvas (http://localhost:8080/cvat-ui.min.js:72:1321857)
at Kc.componentDidUpdate (http://localhost:8080/cvat-ui.min.js:72:1318546)
at yl (http://localhost:8080/cvat-ui.min.js:43:100837)
at t.unstable_runWithPriority (http://localhost:8080/cvat-ui.min.js:51:3465)
at Br (http://localhost:8080/cvat-ui.min.js:43:45441)
at gl (http://localhost:8080/cvat-ui.min.js:43:97113)
at ol (http://localhost:8080/cvat-ui.min.js:43:87489)
at http://localhost:8080/cvat-ui.min.js:43:45732
Steps to Reproduce (for bugs)
2 ways to reproduce the bug.
1st way.
2nd way.
Context
When the user is using the 'tracking' feature that is added to CVAT, he/she might want to switch the box that is being tracked. With the current behavior this will result to a crash. This causes all the changes done in the session to be lost. This also results to bad user experience.
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: