OS (e.g. Win10): Win 11
PsychoPy version (e.g. 2024.2.4 Py 3.8): 2025.1.1
What are you trying to achieve?:
Hi PsychoPy community! I built an experiment which tests ~120 images on each participant. However, those images are sampled from a much larger dataset (i.e., THINGS) which contains 26,107 images. I tried to upload the dataset to GitLab, but didn’t succeed.
I got to know about resource manager but it looks like that I still need to push the whole dataset to GitLab (or my understanding is not correct?). I mainly wonder in such situation what could be a good solution? I have thought up a few, both with pros and cons:
- Create a specific minimal experiment that only contains relevant images for say, 10 participants. However when participants scale up this might not work, so this could eb only a temporary solution for piloting.
- Download the images before start from the web. Those stimuli have downloadable links, therefore technically for online experiment I can let them download the images to the right path before it starts. However, I’m not sure if I can do that in PsychoPy.
Or there’s something I’m missing about GitLab? Thanks in advance for your help!