Closed MZehren closed 2 years ago
Hi,
I use NFFT for recognition. And It work fine, and files more than 10 minutes too.
Do you ever try use other STRATEGY
with your files?
Hi, thank you for your help.
I was able to reproduce the same issue on a different machine (still ubuntu 18.04 though). This occurred both with the strategy NFFT and NCTEQ and the exact same set of parameters as detailed in my previous message.
But you were right to point to a different strategy: I had to use a longer file to make the process stop with NFFT. It stopped after ~6000 segments analysed (~100 minutes in the file).
The Panako code has been completely rewritten for version 2. I have tested the new code with 100+ minute files and did not experience the problem. Please let me know if you still run in to this problem.
Hello all,
I'm using "monitor" from Panako to analyse big files of music (1-2 hours). But after 10 minutes the process is hanging and never ends, the processor doesn't seem to be used anymore at this stage.
No exception is raised nor logged in the log files (I set the log configuration to "ALL"), and the last window analysed seemed to be random, even though it is always around the 1600th window analysed and about 10 minutes of computation. Cutting the file in small segments of 15 minutes and running "monitor" on each one of them solves the issue, but this is not convenient.
I'm using a custom configuration with Panako from @werthen's master thesis: https://lib.ugent.be/fulltxt/RUG01/002/494/859/RUG01-002494859_2018_0001_AC.pdf I tried to find and increase the settings linked to stop conditions with no success so far. Here's the configuration I'm currently using:
Am I missing a setting stopping the computation somehow? I increased
NCTEQ_MAX_HASH_COLLISIONS
,SYNC_MARKER_MAX_TIMESTAMP
, andSYNC_MARKER_TIME_ERROR_ALLOWED
with no impact on the issue. But it's hard to find the correct configuration as I didn't find any description of those settings.