Heinrich Dinkel

Results 27 comments of Heinrich Dinkel

Even though it is possible to put it in the pythonpath, it is a bit of a hassle, since most users in my lab make useage of conda and it's...

Hey there @FredWe That is of course a possible solution, but I personally just do not enjoy "hacky" scripts, which are floating around my site-package folder. Main reason is that...

Simply train a model on [Audioset](http://research.google.com/audioset/). Problem is just getting the data for the most part. Nothing special really.

Hey, So I guess any publicly available training script is sufficient. I might recommend you using my latest work [PSL](https://github.com/RicherMans/PSL), which offers scripts for training models from scratch or via...

Sorry can you explain exactly what you refer to as the ground truth?

Its from the [DCASE](https://dcase.community/challenge2018/index) 2018 and 2019 datasets, they strongly labeled their evaluation datasets.

Oh hey, yeah no problem with these questions: > Like the pictures shown above, how the ground truth label of speech activation period was set for evaluation and comparison? Its...

Hey there, 1. I didn't quite get the question here? Its just an example file. If your path of the extracted data differs from mine, just change the path. 2....

1. Just as the `.yaml` says: ```yaml data: data/softlabels/hdf5/balanced.h5 label: data/softlabels/csv/balanced.csv ``` ,thus `data` is the extracted feature hdf5 file and `label` are the corresponding labels, mapping a `filename` to...

Hmm seems that I am an idiot and didn't test my code well enough :(((. Here is how to solve the issue: First check exactly the intro for training from...