make_dataset.py extracts more time segments at the ends of tracks
make_dataset.py
passes past_future_extensions=False
to taggingbackends.explorer.BackendExplorer.generate_dataset
, which results in more time segments sampled near the beginning and end of a track.
Bugfix: finetune_model.py
supports dict-like label definitions (with color information) from clf_config.json
files.