Missing code from baseline

% CUDA_VISIBLE_DEVICES=0 python main.py --cfg config/baseline_mcs.yml
Traceback (most recent call last):
  File "/home/paul/c/visual-product-recognition-2023-starter-kit/MCS2023_baseline/main.py", line 15, in <module>
    from data import get_dataloader
ModuleNotFoundError: No module named 'data'

Any ideas?

Hello @paul_heideman,
I have forwarded this query to the challenge organisers. They took notice that there is a difference between mcs_baseline and starter-kit repositories in the module names. There was a refactoring of the module name but no change in the files. They will correct it and update it soon.
I hope this helps.