opencv_zoo icon indicating copy to clipboard operation
opencv_zoo copied to clipboard

Eval tracker

Open kangben258 opened this issue 1 year ago • 4 comments

Scripts are provided for evaling the tracker.

Refer to tools/eval/README.md for usage.

A note on scripts

At the end of the test, two metrics will be obtained, success(0-1)and precision(0-1), success represents the tracker's score of successfully tracking the target, the larger the value of success means the tracker is more robust and better. precision represents the tracker's accuracy score, the larger the value of precision means the tracker is more accurate.

Here are the test results for DaSiamRPN

model success precision
DaSiamRPN 0.322 0.409

kangben258 avatar Aug 25 '23 01:08 kangben258

Scripts are provided for evaling the tracker. Refer to tools/eval/README.md for usage. At the end of the test, two metrics will be obtained, success(0-1) and precision(0-1), success represents the tracker's score of successfully tracking the target, the larger the value of success means the tracker is more robust and better. precision represents the tracker's accuracy score, the larger the value of precision means the tracker is more accurate. The scores of DaSiamRPN are 0.322 for success and 0.409 for precision.

kangben258 avatar Aug 28 '23 09:08 kangben258

At the end of the test, two metrics will be obtained, success(0-1) and precision(0-1), success represents the tracker's score of successfully tracking the target, the larger the value of success means the tracker is more robust and better. precision represents the tracker's accuracy score, the larger the value of precision means the tracker is more accurate.

You can place this along with dataset information in tools/eval/readme.md.

The scores of DaSiamRPN are 0.322 for success and 0.409 for precision.

Please also add this in the model information in models/object_tracking_dasiamrpn/readme.md.

fengyuentau avatar Sep 18 '23 06:09 fengyuentau

@fengyuentau I'm thinking of taking this incomplete evaluation to the finish line. If that sounds good, I'll understand the current change before proposing work to finish the PR.

ryan1288 avatar Mar 03 '24 22:03 ryan1288

@fengyuentau I'm thinking of taking this incomplete evaluation to the finish line. If that sounds good, I'll understand the current change before proposing work to finish the PR.

Sure, feel free to take this.

fengyuentau avatar Mar 04 '24 05:03 fengyuentau