Hi, when reading the implementation of the evaluations, I found couple issues:
- The code here is using 50s as collar instead of 0.25s as stated in the paper.
- Also, a non-causal median filter of size 11 is used, which would increase the look ahead window and hence increase the latency to 1.5s instead of 1s in the paper.
Wondering if the results in the paper is evaluated by the command provided with the default median filter size of 11 and using 50s as collar? Thanks!
Hi, when reading the implementation of the evaluations, I found couple issues:
Wondering if the results in the paper is evaluated by the command provided with the default median filter size of 11 and using 50s as collar? Thanks!