Open haishibei opened 3 years ago
Hi @haishibei
Do you know how to determine the values of "low", "high" and "peak" for a specified dataset? Could you please provide a demo about this? And how are these values in eao_benchmark.py line 19 determined?
Thank you very much!
"NOTE we not use gmm to generate low, high, peak value" ------in pysot/toolkit/evaluation/eao_benchmark.py line 19.
The result evaluated by the tookit is not so correct, because the values of "low"、“high "、"peak" is fixed. It should be auto computed by KDE(GMM), because different testing result is corresponding to differente values of "low"、“high " and "peak". I will appreciate it if someone can update the compute code.