Ask Your Question
0

Goturn. Two questions:

asked 2018-06-28 22:23:54 -0600

Gabi gravatar image

Helle people, I have a project regarding tracking an object in a video, mostly to compare the trackers themselves and determinate the best to use for future purposes. I have been using the tracker from OpenCV 3.2.

I have two questions regarding the tracker GOTURN:

  1. Is there any way to configure the tracker post training ?
  2. In certain videos, when the tracker looses the target, the RAM will start to fluctuate. It will go from the minimum to nearly crashing cromputer. On a computer with 32GB it started to peak at 31.5GB. On my Personnal laptop it used 3.9GB out of 4, which blue screened my laptop. Why ?

Thanks for your time.

edit retag flag offensive close merge delete

Comments

Don't use GOTURN with opencv 3.2 update your code to opencv 3.4.1

LBerger gravatar imageLBerger ( 2018-06-29 03:24:18 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-09-07 01:12:44 -0600

updated 2020-09-07 07:01:57 -0600

For solving memory issue you can use this PR But I really do not know about post-training configure, sorry.

edit flag offensive delete link more

Comments

and yea, it's a memory hog , and it has to reload the 500mb network if it looses track ;(

berak gravatar imageberak ( 2020-09-07 02:20:11 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-06-28 22:23:54 -0600

Seen: 476 times

Last updated: Sep 07 '20