Auron-X / GOTURN-Example

GOTURN tracker example using Caffe & OpenCV
5 stars 16 forks source link

program crashed after 2 frames #2

Open mahsa-shams opened 7 years ago

mahsa-shams commented 7 years ago

hi, I run the program (with loadAnnotatedOnly part of ALOV300++ dataset) and it crashed after 2 frames, I think there is a mistake with updating Bounding boxes and it crash at line 120 with this error: top >= 0 && bottom >= 0 && left >= 0 && right >= 0 in function copyMakeBorder

Auron-X commented 7 years ago

Hi, what dataset ID did you try for tracking?

mahsa-shams commented 7 years ago

ALOV300+ from http://www.alov300.org

Auron-X commented 7 years ago

There are 314 videos in ALOV 300++, which one (dataset ID) did you try?

mahsa-shams commented 7 years ago

1, 2, 200, 310

mahsa-shams commented 7 years ago

Did you tested the program using loadAnnotatedOnly function? It crashed with load function so I used loadAnnotatedOnly. I mean the crashing problem on third frame might be related to loadAnnotatedOnly function. I've tested many dataset ID and the problem is not solved.

mahsa-shams commented 7 years ago

my results of model (res) are negative numbers and therefore width and hight have very low value. do you have any idea about this?

seanM29 commented 7 years ago

hi,did you solve this problem? i met it too