-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Description
System information (version)
- OpenCV => 4.2.0
- Operating System / Platform => Ubuntu 19.10 64bit
- Compiler => gcc 8
Detailed description
I have tried to use goturn tracker and it fails with error not being able to allocate 95GB of memory.
I have compiled the OpenCV with CUDA enabled flags, however goturn fails with the same error if I use non CUDA enabled OpenCV build
I have used caffe prototxt and caffemodel files available.
Steps to reproduce
Ptr<Tracker> tracker = TrackerGOTURN::create()
tracker->init(frame, bbox)'
Error
what(): OpenCV(4.2.0) /home/mirko/programiranje/ocv42install/opencv/modules/core/src/alloc.cpp:73: error: (-4:Insufficient memory) Failed to allocate 95588562276 bytes in function 'OutOfMemoryError'