Running 'dreem-track' on sleap data produces a DictConfig errors:
omegaconf.errors.ConfigTypeError: DictConfig in struct mode does not support pop
Terminal error logs
Error executing job with overrides: []
Traceback (most recent call last):
File "C:\Users\ylzhou\dreem\dreem\inference\track.py", line 135, in run
labels_files, vid_files = pred_cfg.get_data_paths(pred_cfg.cfg.dataset.test_dataset)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ylzhou\dreem\dreem\io\config.py", line 180, in get_data_paths
dir_cfg = data_cfg.pop("dir", None)
^^^^^^^^^^^^^^^^^^^^^^^^^
omegaconf.errors.ConfigTypeError: DictConfig in struct mode does not support pop
full_key: dataset.test_dataset.dir
object_type=dict
Bug description
Running 'dreem-track' on sleap data produces a DictConfig errors:
omegaconf.errors.ConfigTypeError: DictConfig in struct mode does not support pop
Terminal error logs
Inference yaml file