I am importing dataset and labels other have sent me:
1.My local storage setup:
path=/Users/ziqiangzhu/Work/Research/label_studio/project-1-at-2024-09-09-18-00-25495975/images
I work on Linux and have a directory for Label Studio. I run a Docker container with Label Studio in this directory by command:
docker run -it -p 8080:8080 -v $(pwd)/mydata:/label-studio/data heartexlabs/label-studio:latest
It mount my local directory mydata from Label studio’s directory into directory /label-studio/data inside my Label studio’s Docker container.
All paths below are located inside this Docker container.
In order to activate Local storage, we register additional environment variables in the mydata/.new file with environment variables for the Docker container link, launching Label Studio: