It appears there is some synchronization issues in the dev branch for downloading the datasets.
From cedalion/data/init.py the correct "base_url" in DATASETS seems to be /v{version}/ rather than /{version}/, having manually changed this the downloads work, but then another issue with the SHA256:
For example for colin27_segmentation.zip the expected hash is : 783eeaf75a64aff27c2c07d4e6a8e9c6d5df66886f1b5696fd3f10a402f30d29.
It actually retrieves ad02dbd9582033d3c6f712761c2a79228e4bf30c8539f23f3280b8c4c7f9ace1.
It appears there is some synchronization issues in the dev branch for downloading the datasets.
From cedalion/data/init.py the correct "base_url" in DATASETS seems to be /v{version}/ rather than /{version}/, having manually changed this the downloads work, but then another issue with the SHA256:
For example for colin27_segmentation.zip the expected hash is : 783eeaf75a64aff27c2c07d4e6a8e9c6d5df66886f1b5696fd3f10a402f30d29.
It actually retrieves ad02dbd9582033d3c6f712761c2a79228e4bf30c8539f23f3280b8c4c7f9ace1.