Hi Team,
I'm attempting to upload pre-annotated images via a JSON file. Ideally, I want to avoid using the local storage setup approach and would prefer to serve the local images via the same docker container, or a different docker container on the same network, then use the URL within the task e.g.:
"image":"http://{container_id)/label-studio/data/folder_one/folder_two/folder_three/folder_four/image.png"
OR
"image": "http://localhost:XXXX/image.png".
It's not working as described so any suggestions?
Kind regards
Nathan