onepanelio / onepanel

The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.
https://docs.onepanel.ai/
Apache License 2.0
719 stars 69 forks source link

GKE instance unable to sync with GCS #976

Closed Lopside1 closed 2 years ago

Lopside1 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

opctl version

$ opctl version

CLI version: v1.0.2
Manifest version: v1.0.2
API version: v1.0.2
Web UI version: v1.0.2

opctl init command You can find this at the top of your params.yaml file. [e.g. opctl init --provider eks --artifact-repository-provider s3 --gpu-device-plugins nvidia]

Kubernetes information

Machine information

Screenshots If applicable, add screenshots to help explain your problem.

Hi,

I have managed to set up a OnePanel on a Google cloud cluster. I am able to set up and log into a workspace for CVAT annotations. I have set up an artefact repository in params.yaml per the docs for a GCS store.

I am now annotating images that I have uploaded from my local machine but I do not know how to upload these images to GCS or associated annotations. There is a blue icon in the bottom right which shows "Workspace path" and "Object storage location" and when I press "Sync to object store" all that gets uploaded are log files which are 3 bytes each.

I also do not know how to use files from GCS. I need to be able to sync images to and from GCS during the annotation process. I cannot see anywhere in the docs or the issues section here that might explain how I do this.

Please can someone help me