Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Closed
Description
System Information
Latest OpenCV
Detailed description
Originopencv/opencv_zoo#261
When the target is lost, TrackerVit records the wrong bbox and therefore the next bbox will always be wrong and become larger and larger until out-of-memory error.
Steps to reproduce
- Install latest opencv-python and get latest opencv_zoo.
cd $opencv_zoo/models/object_tracking_vittrackpython demo.py- Select an object for tracking, press enter to enter tracking process.
- Use something thick to cover the camera to make frames all black. Inference speed goes slower and slower and demo will crash due to OOM.
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)