MDP_Tracking icon indicating copy to clipboard operation
MDP_Tracking copied to clipboard

Index exceeds matrix dimensions.

Open dllsjiang opened this issue 5 years ago • 10 comments

when running MOT_cross_validation.m, I had one problem. This error is: Index exceeds matrix dimensions.

Error in CLEAR_MOT_HUN (line 45) [~, ~, ic] = unique(gtMat(:,2));

Error in evaluateTracking (line 147) [mets, mInf]=CLEAR_MOT_HUN(gtInfoSingle(seqCnt).gtInfo,stI);

Error in MDP_test (line 179) metrics = evaluateTracking({seq_name}, opt.results, benchmark_dir);

Error in MOT_cross_validation (line 57) MDP_test(idx_test{j}, seq_set_test, tracker);

Please help me. Thank you very much!

dllsjiang avatar Apr 17 '19 08:04 dllsjiang

@dllsjiang I meet the same problem,do you solve it?

wangshaobobetter avatar May 14 '19 02:05 wangshaobobetter

@dllsjiang I meet the same problem,do you solve it? No.

dllsjiang avatar Jun 04 '19 02:06 dllsjiang

I am stucked with same problem Did you find answer by now..??

jieunko avatar Aug 16 '19 13:08 jieunko

For the ones who will encounter this problem Try using CLEAR_MOT_HUN.m from old MOT benchmark dev kit

jieunko avatar Aug 18 '19 11:08 jieunko

For the ones who will encounter this problem Try using CLEAR_MOT_HUN.m from old MOT benchmark dev kit

Hi, may I ask where I could get the old version of the dev kit?

nwzhr avatar Sep 04 '19 13:09 nwzhr

For the ones who will encounter this problem Try using CLEAR_MOT_HUN.m from old MOT benchmark dev kit

Well I've found it, and it perfectly solved my problem, thx a lot

nwzhr avatar Sep 06 '19 01:09 nwzhr

For the ones who will encounter this problem Try using CLEAR_MOT_HUN.m from old MOT benchmark dev kit

Well I've found it, and it perfectly solved my problem, thx a lot

May I ask where I could get the old version of the dev kit? Could you give me a download link please?

Bossshan avatar Jan 07 '20 05:01 Bossshan

For the ones who will encounter this problem Try using CLEAR_MOT_HUN.m from old MOT benchmark dev kit

Well I've found it, and it perfectly solved my problem, thx a lot

May I ask where I could get the old version of the dev kit? Could you give me a download link please? Thank you very much.

Bossshan avatar Jan 07 '20 05:01 Bossshan

For the ones who will encounter this problem Try using CLEAR_MOT_HUN.m from old MOT benchmark dev kit

Well I've found it, and it perfectly solved my problem, thx a lot

May I ask where I could get the old version of the dev kit? Could you give me a download link please? Thank you very much.

Sorry, I can not find answers for this problem.

dllsjiang avatar Jan 09 '20 07:01 dllsjiang

here is the MOT challenges dev kit link https://bitbucket.org/amilan/motchallenge-devkit/src/default/ find appropriate version and apply it (it was 1.3 or more earlier version. not sure I cannot recall it now)

jieunko avatar Jan 13 '20 08:01 jieunko