Plot results

239 views
Skip to first unread message

Anhea Olivas

unread,
Jan 14, 2019, 6:09:57 PM1/14/19
to visual-tracking
Hi,

I have an algorithm for tracking. My question is: How can I use the code from 'perfPlot.m' for plotting my own results? and, What is the format that my results must have in order to be plotted?

Best regards,

A.Rivero

djemai.ch...@univ-biskra.dz

unread,
Feb 16, 2019, 4:44:11 PM2/16/19
to visual-tracking
Hi,
I have the same issue , if you happened to find out how ,
please share your experience
BR

Anhea Olivas

unread,
Feb 27, 2019, 11:30:34 AM2/27/19
to visual-tracking
Hi, 

I found the solution. It is necessary to make some changes in some files .m, including :

'configTrackers.m' you need to include the information of your traker, for example: trakersOURS={struct('name',<name_of_tracker>,'namePaper',<name_of_paper_tracker>)}; and add the next line trackers = [trackersVIVID,trackers1,trackersEXE,trakersOURS]; instead of this trackers = [trackersVIVID,trackers1,trackersEXE];

 'configSeqs.m', you need to create a similar structure in order to tell to the program where are the sequences in your computer. 

'plotDrawSave.m',  in this file occur the plotting. Be sure to plot what you need, variables 'bb' and 'aa' are the key.

and 'perfPlot.m'. comment lines 134-136 to let the code plot the error and AUC plots. And put this line addpath(('./rstEval')); at the beggining (line 4). In line 103 is where you choose what kind of metric you want to use. 

Also you need to be sure to have the complete information in 'anno' folder, I mean the information about the sequences you want to test. 

About the results, they need to be in a structure, you can see some examples of the format results in \tracker_benchmark_v1.0\results\results_TRE_CVPR13. 

I hope this information can be useful, let me know if you have some questions.

Best regards,

A. Rivero

Djemai Charef Khodja

unread,
Mar 1, 2019, 11:52:11 AM3/1/19
to Anhea Olivas, visual-tracking
Thank you very much
after your guidance i have got results,
But i have other question if you can !!
What is the meaning of SRE ,TRE ,SRER  and PAMI15?


Best regards

===============================================
CHAREFKHODJA Djemai
Phd Student AT Mohammed khaider university of Biskra 
Tel: +213 (0).6.61.68.14.75


--
You received this message because you are subscribed to the Google Groups "visual-tracking" group.
To unsubscribe from this group and stop receiving emails from it, send an email to visual-tracki...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Anhea Olivas

unread,
Mar 1, 2019, 12:33:08 PM3/1/19
to visual-tracking
Sure, 

SRE, TRE and SRER are methods of evaluation. You can read the following paper where this methodology is explained Y. Wu, J. Lim and M. Yang, "Object Tracking Benchmark," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 37, no. 9, pp. 1834-1848, 1 Sept. 2015.

And about PAMI15 I think it refers to Pattern Analysis and Machine Intelligence, where the results were published. 

A. Rivero
Reply all
Reply to author
Forward
0 new messages