Skip to content

Goturn tracker fails to allocate 95GB of RAM #2426

@mipko

Description

@mipko
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'
 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions